Skip to content

Commit 5f4ae75

Browse files
authored
Add nix-on-droid as an Android installation method (coder#6196)
1 parent 521ff44 commit 5f4ae75

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docs/android.md

+8
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,11 @@ nvm use 16
2121
8. Install code-server globally on device with: `npm install --global code-server --unsafe-perm`
2222
9. Run code-server with `code-server`
2323
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

Comments
 (0)