We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 259363b commit 7eb1a08Copy full SHA for 7eb1a08
docs/android.md
@@ -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