-
Notifications
You must be signed in to change notification settings - Fork 5.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs: simplify termux installation process #5078
Conversation
1) Updated information to use PRoot (simpler than Andronix and the way supported by Termux) to create and access the Debian distro. 2) Added helpful information on using PRoot with your dev environment. 3) Cleaned up spelling, grammar, and made documentation more consistent between sections.
Updated some erroneously missing packages (vim and sudo) necessary for multi-user setup.
Please take a look at the screen recording demonstrating the updated documentation working on the latest Termux on Android 12 on a Samsung Galaxy S21 in DeX mode: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is a great improvement with all the extra info added! Thank you so much!
Just a couple minor suggestions
Co-authored-by: Joe Previte <jjprevite@gmail.com>
Co-authored-by: Joe Previte <jjprevite@gmail.com>
Co-authored-by: Joe Previte <jjprevite@gmail.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not sure how to do that as I made the commits and pull request directly in Github and don't have a code-server dev environment setup. Ideas? |
Hmm, what if I submit a PR to your fork, you merge and then update this branch? |
@thx2001r can you add me (jsjoeio) as a collaborator on your fork? |
Ok, checked out my branch locally, and was able to |
|
Codecov Report
@@ Coverage Diff @@
## main #5078 +/- ##
=======================================
Coverage 71.30% 71.30%
=======================================
Files 30 30
Lines 1683 1683
Branches 373 373
=======================================
Hits 1200 1200
Misses 413 413
Partials 70 70 Continue to review full report at Codecov.
|
Cool, looks like it worked! Cloned the branch to local on Termux and checked in with code-server running on the same Termux for fun. What is the next step? |
* Update termux.md 1) Updated information to use PRoot (simpler than Andronix and the way supported by Termux) to create and access the Debian distro. 2) Added helpful information on using PRoot with your dev environment. 3) Cleaned up spelling, grammar, and made documentation more consistent between sections. * docs: Termux correct packages to install Updated some erroneously missing packages (vim and sudo) necessary for multi-user setup. * docs: cleaned up verbiage Co-authored-by: Joe Previte <jjprevite@gmail.com> * docs: corrected punctuation Co-authored-by: Joe Previte <jjprevite@gmail.com> * docs: correct punctuation Co-authored-by: Joe Previte <jjprevite@gmail.com> * docs: clarify pkg command shorthand * Ran yarn fmt on docs Co-authored-by: Joe Previte <jjprevite@gmail.com>
Fixes #