Skip to content

Commit 736d1c4

Browse files
committed
docs: clean up android.md
1 parent 7eb1a08 commit 736d1c4

File tree

1 file changed

+19
-13
lines changed

1 file changed

+19
-13
lines changed

docs/android.md

Lines changed: 19 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,23 @@
1-
# Instructions For Android Phone Using UserLand
2-
📱-Install Userland From Playstore First
3-
📱-Install Ubuntu VM
4-
📱-Start It
5-
📱-Install NodeJS, Curl And Yarn Using `sudo apt install nodejs npm yarn curl -y`
6-
📱-Install NVM :
7-
```
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
810
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.0/install.sh | bash
911
```
10-
📱-Then Exit Terminal Using `exit` and then reopen terminal
11-
📱Then Run This To Install And Use NodeJS 14
12-
```
13-
nvm install 14
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
1418
nvm use 14
1519
```
16-
📱-Then Simple Run `npm i code-server`
17-
# It Will Install Code Server 100% Inside Your Device
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

0 commit comments

Comments
 (0)