diff --git a/docs/android.md b/docs/android.md new file mode 100644 index 000000000000..51160def5426 --- /dev/null +++ b/docs/android.md @@ -0,0 +1,17 @@ +# Instructions For Android Phone Using UserLand +π±-Install Userland From Playstore First +π±-Install Ubuntu VM +π±-Start It +π±-Install NodeJS, Curl And Yarn Using `sudo apt install nodejs npm yarn curl -y` +π±-Install NVM : +``` +curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.0/install.sh | bash +``` +π±-Then Exit Terminal Using `exit` and then reopen terminal +π±Then Run This To Install And Use NodeJS 14 +``` +nvm install 14 +nvm use 14 +``` +π±-Then Simple Run `npm i code-server` +# It Will Install Code Server 100% Inside Your Device