File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change 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
126139We recommend installing with ` yarn ` or ` npm ` when:
You can’t perform that action at this time.
0 commit comments