We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 521ff44 commit 5f4ae75Copy full SHA for 5f4ae75
docs/android.md
@@ -21,3 +21,11 @@ nvm use 16
21
8. Install code-server globally on device with: `npm install --global code-server --unsafe-perm`
22
9. Run code-server with `code-server`
23
10. Access on localhost:8080 in your browser
24
+
25
+# Running code-server using Nix-on-Droid
26
27
+1. Install Nix-on-Droid from [F-Droid](https://f-droid.org/packages/com.termux.nix/)
28
+2. Start app
29
+3. Spawn a shell with code-server by running `nix-shell -p code-server`
30
+4. Run code-server with `code-server`
31
+5. Access on localhost:8080 in your browser
0 commit comments