File tree 1 file changed +13
-0
lines changed
1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change 9
9
- [ Debian, Ubuntu] ( #debian-ubuntu )
10
10
- [ Fedora, CentOS, RHEL, SUSE] ( #fedora-centos-rhel-suse )
11
11
- [ Arch Linux] ( #arch-linux )
12
+ - [ Termux] ( #termux )
12
13
- [ yarn, npm] ( #yarn-npm )
13
14
- [ macOS] ( #macos )
14
15
- [ Standalone Releases] ( #standalone-releases )
@@ -121,6 +122,18 @@ sudo systemctl enable --now code-server@$USER
121
122
# Now visit http://127.0.0.1:8080. Your password is in ~/.config/code-server/config.yaml
122
123
```
123
124
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 instasll 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
+
124
137
## yarn, npm
125
138
126
139
We recommend installing with ` yarn ` or ` npm ` when:
You can’t perform that action at this time.
0 commit comments