Skip to content

Commit 94c9b6a

Browse files
henkeryyiliang114
authored andcommitted
Add nix-on-droid as an Android installation method (coder#6196)
1 parent defc1fb commit 94c9b6a

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docs/android.md

Lines changed: 8 additions & 0 deletions
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)