3059d72a5d
* Add Instructions To Install 100% In Android (#4536) * Add Instructions To Install 100% In Android Thx * Update android.md Co-authored-by: Joe Previte <jjprevite@gmail.com> * docs: clean up android.md * docs: add android to manifest * Add missing backtick Co-authored-by: The AliX Legend <alixgamer175@gmail.com> Co-authored-by: Asher <ash@coder.com> Co-authored-by: repo-ranger[bot] <39074581+repo-ranger[bot]@users.noreply.github.com>
674 B
674 B
Running code-server using UserLAnd
- Install UserLAnd from Google Play
- Install an Ubuntu VM
- Start app
- Install Node.js,
curl
andyarn
usingsudo apt install nodejs npm yarn curl -y
- Install
nvm
:
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.0/install.sh | bash
- Exit the terminal using
exit
and then reopen the terminal - Install and use Node.js 14:
nvm install 14
nvm use 14
- Install code-server globally on device with:
npm i -g code-server
- Run code-server with
code-server
- Access on localhost:8080 in your browser