Updated How to Use (markdown)

LukeeGD 2024-12-09 08:29:30 +08:00
parent 747dce15dd
commit 766d02a4ad

@ -30,8 +30,8 @@ Legacy iOS Kit needs initial setup before usage. Please select your operating sy
1. Install bash, curl, and libusb from [Homebrew](https://brew.sh/) or [MacPorts](https://www.macports.org/).
- Homebrew: `brew install bash curl libusb`
- MacPorts: `sudo port install bash curl libusb`
- For older macOS versions (< 11.0), this step is required. Also use MacPorts, not Homebrew.
- For OS X 10.11, also install cocoadialog: `sudo port install cocoadialog`
- For macOS 12 and lower, better use MacPorts, not Homebrew.
- For OS X 10.11 only, also install cocoadialog: `sudo port install cocoadialog`
- For macOS 10.15 and newer, this step is optional, but highly recommended for full functionality.
- After the installation, exit the current Terminal window and open another one.
1. Start the script: Go to where the extracted files are located, drag `restore.sh` to the Terminal window, and press Enter/Return.