Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 4d5980c

Browse files
authoredApr 12, 2022
Merge branch 'main' into patch-2
2 parents c06ac4f + fd2a031 commit 4d5980c

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed
 

‎docs/ios.md

+6-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
# Using code-server on iOS with iSH
22

33
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
4+
2. Install `curl` and `nano` with `apk add curl nano`
5+
3. Configure iSH to use an earlier version of NodeJS with `nano /etc/apk/repositories` and edit `v3.14` to `v3.12` on both repository links.
6+
4. Install `nodejs` and `npm` with `apk add nodejs npm`
7+
5. Install code-server with `curl -fsSL https://code-server.dev/install.sh | sh`
8+
6. Run code-server with `code-server`
9+
7. Access on localhost:8080 in your browser

0 commit comments

Comments
 (0)
Please sign in to comment.