We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 27389e6 + 1b796d1 commit 250bc24Copy full SHA for 250bc24
docs/ios.md
@@ -0,0 +1,7 @@
1
+# Using code-server on iOS with iSH
2
+
3
+1. Install iSH from the [App Store](https://apps.apple.com/us/app/ish-shell/id1436902243)
4
+2. Install `curl` with `apk add curl`
5
+3. Install code-server with `curl -fsSL https://code-server.dev/install.sh | sh`
6
+4. Run code-server with `code-server`
7
+5. Access on localhost:8080 in your browser
docs/manifest.json
@@ -51,6 +51,11 @@
51
"title": "Termux",
52
"description": "How to install Termux to run code-server on an Android device.",
53
"path": "./termux.md"
54
+ },
55
+ {
56
+ "title": "iOS",
57
+ "description": "How to use code-server on iOS with iSH.",
58
+ "path": "./ios.md"
59
}
60
]
61
},
0 commit comments