File tree 1 file changed +19
-13
lines changed
1 file changed +19
-13
lines changed Original file line number Diff line number Diff line change 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
8
10
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.0/install.sh | bash
9
11
```
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
14
18
nvm use 14
15
19
```
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
You can’t perform that action at this time.
0 commit comments