diff --git a/docs/ios.md b/docs/ios.md new file mode 100644 index 00000000..d804a33c --- /dev/null +++ b/docs/ios.md @@ -0,0 +1,7 @@ +# 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 diff --git a/docs/manifest.json b/docs/manifest.json index 26d06f39..d883210b 100644 --- a/docs/manifest.json +++ b/docs/manifest.json @@ -51,6 +51,11 @@ "title": "Termux", "description": "How to install Termux to run code-server on an Android device.", "path": "./termux.md" + }, + { + "title": "iOS", + "description": "How to use code-server on iOS with iSH.", + "path": "./ios.md" } ] },