Skip to content

Commit 250bc24

Browse files
authored
Merge branch 'main' into renovate/minor-dependency-updates
2 parents 27389e6 + 1b796d1 commit 250bc24

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)