mirror of
https://github.com/LukeZGD/Legacy-iOS-Kit.git
synced 2024-11-30 03:44:18 +01:00
Updated How to Use (markdown)
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.
|
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`
|
- You may also clone the repo: `git clone https://github.com/LukeZGD/Legacy-iOS-Kit.git`
|
||||||
1. Open a Terminal window.
|
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.
|
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 libimobiledevice libirecovery libusb`
|
- For Homebrew: `brew install bash libusb`
|
||||||
- For MacPorts: `sudo port install bash libimobiledevice libirecovery libusb`
|
- For MacPorts: `sudo port install bash libusb`
|
||||||
- After the installation, you might need to exit and open another Terminal window.
|
- 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.
|
1. Start the script: Go to where the extracted files are located, drag `restore.sh` to the Terminal window, and press Enter/Return.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user