We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 271bc06 + 967832d commit 0def1e3Copy full SHA for 0def1e3
docs/termux.md
@@ -17,7 +17,7 @@ run code-server from your Android phone.
17
18
1. Install Termux from [F-Droid](https://f-droid.org/en/packages/com.termux/).
19
1. Make sure it's up-to-date: `apt update && apt upgrade`
20
-1. Install required packages: `apt install build-essential python git nodejs yarn`
+1. Install required packages: `apt install build-essential python git nodejs nodejs-lts yarn`
21
1. Install code-server: `yarn global add code-server`
22
1. Run code-server: `code-server` and navigate to localhost:8080 in your browser
23
0 commit comments