mirror of
https://github.com/cdr/code-server.git
synced 2025-12-06 16:34:35 +01:00
* 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>
328 B
328 B
Using code-server on iOS with iSH
- Install iSH from the App Store
- Install
curlwithapk add curl - Install code-server with
curl -fsSL https://code-server.dev/install.sh | sh - Run code-server with
code-server - Access on localhost:8080 in your browser