Archived
1
0
This repository has been archived on 2024-09-09. You can view files and clone it, but cannot push or open issues or pull requests.
code-server/docs/ios.md
Joe Previte 1b796d19bf
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 <jjprevite@gmail.com>

* docs: add ios to manifest

* docs: clean up ios docs

Co-authored-by: The AliX Legend <alixgamer175@gmail.com>
2021-12-14 23:43:52 +00:00

328 B

Using code-server on iOS with iSH

  1. Install iSH from the App Store
  2. Install curl with apk add curl
  3. Install code-server with curl -fsSL https://code-server.dev/install.sh | sh
  4. Run code-server with code-server
  5. Access on localhost:8080 in your browser