We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 186ad8b commit 3dc87b0Copy full SHA for 3dc87b0
docs/ios.md
@@ -1,9 +1,7 @@
1
- # Instructions For iOS using the power of iSH
+# Using code-server on iOS with iSH
2
3
-Install iSH From Apple AppStore First
4
-
5
-First Run `apk add curl`
6
7
-Run `curl -fsSL https://code-server.dev/install.sh | sh`
8
9
-Start code server using `code-server` [If not work then use `node code-server`]
+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
0 commit comments