Skip to content

Added instructions to install it on iOSi #4614

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Dec 14, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Added instructions to install it on iOS
  • Loading branch information
The AliX Legend authored Dec 12, 2021
commit b51ca57ca750066ea88da910eab6891f77bd4209
22 changes: 22 additions & 0 deletions docs/ios.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# Instructions For iOS using the power of iSH

Install iSH From Apple AppStore First

Install NodeJS, Curl And Yarn Using `apk add nodejs npm yarn curl’

Install NVM [NodeJS Version Manager]:
```
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.0/install.sh | bash
```

Close and reopen the app

Run
```
nvm install 14
nvm use 14
```

Run `npm i code-server`

Start code server using `code-server` [If not work then use `node code-server`]