mirror of https://git.tuxpa.in/a/code-server.git
Termux on Play Store is deprecated; replaced with F-Droid link (#3396)
Fixes #3395.
This commit is contained in:
parent
a3663f54d0
commit
b3bd6c3703
|
@ -17,7 +17,7 @@ Termux is an Android terminal application and Linux environment, which can also
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
1. Install Termux from the [Google Play Store](https://play.google.com/store/apps/details?id=com.termux)
|
1. Install Termux from [F-Droid](https://f-droid.org/en/packages/com.termux/)
|
||||||
2. Make sure it's up-to-date by running `apt update && apt upgrade`
|
2. Make sure it's up-to-date by running `apt update && apt upgrade`
|
||||||
3. Install required packages: `apt install build-essential python git nodejs yarn`
|
3. Install required packages: `apt install build-essential python git nodejs yarn`
|
||||||
4. Install code-server: `yarn global add code-server`
|
4. Install code-server: `yarn global add code-server`
|
||||||
|
|
Loading…
Reference in New Issue