mirror of https://git.tuxpa.in/a/code-server.git
328 B
328 B
Using code-server on iOS with iSH
- Install iSH from the App Store
- Install
curl
withapk add curl
- Install code-server with
curl -fsSL https://code-server.dev/install.sh | sh
- Run code-server with
code-server
- Access on localhost:8080 in your browser