From a81228d9a3615ef68d48cde48dcc092889df62a0 Mon Sep 17 00:00:00 2001 From: LukeeGD <26163116+LukeZGD@users.noreply.github.com> Date: Sat, 27 Jan 2024 20:44:10 +0800 Subject: [PATCH] Updated How to Use (markdown) --- How-to-Use.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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`