Updated How to Use (markdown)

LukeeGD 2024-01-12 19:58:38 +08:00
parent ebc12765f4
commit c0b8db11bf

@ -27,9 +27,9 @@ 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 https://github.com/LukeZGD/Legacy-iOS-Kit.git`
1. Open a Terminal window.
1. Install bash, libimobiledevice, libirecovery, and libusb from [Homebrew](https://brew.sh/) or [MacPorts](https://www.macports.org/). This is optional, but recommended since some features might need these.
- For Homebrew: `brew install bash libimobiledevice libirecovery libusb`
- For MacPorts: `sudo port install bash libimobiledevice libirecovery libusb`
1. Install bash and libusb from [Homebrew](https://brew.sh/) or [MacPorts](https://www.macports.org/). This is optional, but recommended since some features might need these.
- For Homebrew: `brew install bash libusb`
- For MacPorts: `sudo port install bash libusb`
- After the installation, you might need to exit and open another Terminal window.
1. Start the script: Go to where the extracted files are located, drag `restore.sh` to the Terminal window, and press Enter/Return.