8 lines
328 B
Markdown
8 lines
328 B
Markdown
# Using code-server on iOS with iSH
|
|
|
|
1. Install iSH from the [App Store](https://apps.apple.com/us/app/ish-shell/id1436902243)
|
|
2. Install `curl` with `apk add curl`
|
|
3. Install code-server with `curl -fsSL https://code-server.dev/install.sh | sh`
|
|
4. Run code-server with `code-server`
|
|
5. Access on localhost:8080 in your browser
|