Skip to content

Commit

Permalink
Update README.md to reflect new pymobiledevice3
Browse files Browse the repository at this point in the history
  • Loading branch information
nythepegasus authored Apr 24, 2024
1 parent a917a63 commit 3646c5f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# SideJITServer
This project allows you to start a server that wirelessly gives you JIT for iOS 17+ on Windows/macOS. Linux support depends on a [kernel patch](https://github.com/doronz88/pymobiledevice3/issues/566#issuecomment-1850486679).
This project allows you to start a server that wirelessly gives you JIT for iOS 17+ on Windows/macOS/Linux if you use the correct newer pymobiledevice3 version.


To get it going: (run this in an admin terminal if you're on Windows)
Expand All @@ -17,7 +17,7 @@ python3 -m venv venv
pip3 install -r requirements.txt
# Windows
.\venv\Scripts\python3.exe main.py
# macOS
# macOS/Linux
sudo python3 -m SideJITServer --help
```

Expand Down

0 comments on commit 3646c5f

Please sign in to comment.