From 150554cd3341321dbcb744ae21902b0cc236141a Mon Sep 17 00:00:00 2001 From: LukeeGD <26163116+LukeZGD@users.noreply.github.com> Date: Mon, 2 Oct 2023 23:13:41 +0800 Subject: [PATCH] Updated How to Use (markdown) --- How-to-Use.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/How-to-Use.md b/How-to-Use.md index 0005a5e..2e9f23b 100644 --- a/How-to-Use.md +++ b/How-to-Use.md @@ -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. **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` +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` - 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.