Skip to content

Commit 3059d72

Browse files
jsjoeioThe AliX Legendcode-asherrepo-ranger[bot]
authored
docs: add section for Android (coder#4621)
* Add Instructions To Install 100% In Android (coder#4536) * Add Instructions To Install 100% In Android Thx * Update android.md Co-authored-by: Joe Previte <[email protected]> * docs: clean up android.md * docs: add android to manifest * Add missing backtick Co-authored-by: The AliX Legend <[email protected]> Co-authored-by: Asher <[email protected]> Co-authored-by: repo-ranger[bot] <39074581+repo-ranger[bot]@users.noreply.github.com>
1 parent 6e9e411 commit 3059d72

File tree

2 files changed

+28
-0
lines changed

2 files changed

+28
-0
lines changed

docs/android.md

+23
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# Running code-server using UserLAnd
2+
3+
1. Install UserLAnd from [Google Play](https://play.google.com/store/apps/details?id=tech.ula&hl=en_US&gl=US)
4+
2. Install an Ubuntu VM
5+
3. Start app
6+
4. Install Node.js, `curl` and `yarn` using `sudo apt install nodejs npm yarn curl -y`
7+
5. Install `nvm`:
8+
9+
```shell
10+
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.0/install.sh | bash
11+
```
12+
13+
6. Exit the terminal using `exit` and then reopen the terminal
14+
7. Install and use Node.js 14:
15+
16+
```shell
17+
nvm install 14
18+
nvm use 14
19+
```
20+
21+
8. Install code-server globally on device with: `npm i -g code-server`
22+
9. Run code-server with `code-server`
23+
10. Access on localhost:8080 in your browser

docs/manifest.json

+5
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,11 @@
5656
"title": "iOS",
5757
"description": "How to use code-server on iOS with iSH.",
5858
"path": "./ios.md"
59+
},
60+
{
61+
"title": "Android",
62+
"description": "How to run code-server on an Android device using UserLAnd.",
63+
"path": "./android.md"
5964
}
6065
]
6166
},

0 commit comments

Comments
 (0)