We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3520ad2 commit 0e97a94Copy full SHA for 0e97a94
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-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