Skip to content

Commit 5d5e631

Browse files
authored
Merge pull request #2851 from cdr/jsjoeio-docs-termux
docs(install): add termux section
2 parents 69a3e7f + 781532c commit 5d5e631

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

docs/install.md

+13
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
- [Debian, Ubuntu](#debian-ubuntu)
1010
- [Fedora, CentOS, RHEL, SUSE](#fedora-centos-rhel-suse)
1111
- [Arch Linux](#arch-linux)
12+
- [Termux](#termux)
1213
- [yarn, npm](#yarn-npm)
1314
- [macOS](#macos)
1415
- [Standalone Releases](#standalone-releases)
@@ -121,6 +122,18 @@ sudo systemctl enable --now code-server@$USER
121122
# Now visit http://127.0.0.1:8080. Your password is in ~/.config/code-server/config.yaml
122123
```
123124

125+
## Termux
126+
127+
Termux is an Android terminal application and Linux environment, which can also run code-server from your phone.
128+
129+
1. Install Termux from the [Google Play Store](https://play.google.com/store/apps/details?id=com.termux&hl=en_US&gl=US)
130+
2. Make sure it's up-to-date by running `apt update && apt upgrade`
131+
3. Install required packages: `apt install build-essential python git nodejs yarn`
132+
4. Install code-server: `yarn global add code-server`
133+
5. Run code-server: `code-server` and navigate to localhost:8080 in your browser
134+
135+
To upgrade run: `yarn global upgrade code-server --latest`
136+
124137
## yarn, npm
125138

126139
We recommend installing with `yarn` or `npm` when:

0 commit comments

Comments
 (0)