diff --git a/How-to-Use.md b/How-to-Use.md index 02882c1..8aca954 100644 --- a/How-to-Use.md +++ b/How-to-Use.md @@ -11,7 +11,7 @@ Legacy iOS Kit needs initial setup before usage. Please select your operating sy Linux 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` + - You may also clone the repo: `git clone --depth 1 https://github.com/LukeZGD/Legacy-iOS-Kit` 1. Open a 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. @@ -25,7 +25,7 @@ Legacy iOS Kit needs initial setup before usage. Please select your operating sy macOS 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` 1. Open a Terminal window. 1. Install bash, curl, 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 curl libusb`