Updated How to Use (markdown)

LukeeGD 2023-06-19 11:24:45 +08:00
parent 6640067660
commit 8df891d4e1

@ -24,7 +24,7 @@ Legacy iOS Kit needs initial setup before usage. Please select your operating sy
1. [Download Legacy iOS Kit here](https://github.com/LukeZGD/Legacy-iOS-Kit/releases/tag/latest) and extract the zip archive.
- You may also clone the repo: `git clone --depth 1 https://github.com/LukeZGD/Legacy-iOS-Kit.git`
1. Open a Terminal window.
1. Install bash, libimobiledevice, and libirecovery from [Homebrew](https://brew.sh/) or [MacPorts](https://www.macports.org/).
1. **Optional:** Install bash, libimobiledevice, and libirecovery from [Homebrew](https://brew.sh/) or [MacPorts](https://www.macports.org/).
- For Homebrew: `brew install bash libimobiledevice libirecovery`
- For MacPorts: `sudo port install bash libimobiledevice libirecovery`
- After the installation, you might need to exit and open another Terminal window.