Skip to content

Commit 1b796d1

Browse files
jsjoeioThe AliX Legend
and
The AliX Legend
authored
docs: add section for iOS (#4622)
* Added instructions to install it on iOSi (#4614) * Added instructions to install it on iOS * Update ios.md Co-authored-by: Joe Previte <[email protected]> * docs: add ios to manifest * docs: clean up ios docs Co-authored-by: The AliX Legend <[email protected]>
1 parent 5960a67 commit 1b796d1

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

docs/ios.md

+7
Original file line numberDiff line numberDiff line change
@@ -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

+5
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,11 @@
5151
"title": "Termux",
5252
"description": "How to install Termux to run code-server on an Android device.",
5353
"path": "./termux.md"
54+
},
55+
{
56+
"title": "iOS",
57+
"description": "How to use code-server on iOS with iSH.",
58+
"path": "./ios.md"
5459
}
5560
]
5661
},

0 commit comments

Comments
 (0)