Skip to content

Commit 7eb1a08

Browse files
The AliX Legendjsjoeio
The AliX Legend
andcommitted
Add Instructions To Install 100% In Android (#4536)
* Add Instructions To Install 100% In Android Thx * Update android.md Co-authored-by: Joe Previte <[email protected]>
1 parent 259363b commit 7eb1a08

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

docs/android.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
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+
```
8+
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.0/install.sh | bash
9+
```
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
14+
nvm use 14
15+
```
16+
📱-Then Simple Run `npm i code-server`
17+
# It Will Install Code Server 100% Inside Your Device

0 commit comments

Comments
 (0)