From 352365aeaaa5a897e0c683744a49f97267cbafda Mon Sep 17 00:00:00 2001 From: The AliX Legend Date: Sun, 21 Nov 2021 10:23:06 +0500 Subject: [PATCH 1/2] Add Instructions To Install 100% In Android Thx --- docs/android.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 docs/android.md diff --git a/docs/android.md b/docs/android.md new file mode 100644 index 000000000000..038a044b3e0e --- /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 +``` +nvm install 14 +nvm use 14 +``` +πŸ˜‹-Then Simple Run `npm i code-server` +# It Will Install Code Server 100% Inside Your Device From 2f870ff943da66f6e9a0ea19311e221182e7baa9 Mon Sep 17 00:00:00 2001 From: The AliX Legend Date: Sun, 21 Nov 2021 16:10:29 +0500 Subject: [PATCH 2/2] Update android.md --- docs/android.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/docs/android.md b/docs/android.md index 038a044b3e0e..51160def5426 100644 --- a/docs/android.md +++ b/docs/android.md @@ -1,17 +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 : +πŸ“±-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 +πŸ“±-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` +πŸ“±-Then Simple Run `npm i code-server` # It Will Install Code Server 100% Inside Your Device