Updated How to Use (markdown)

LukeeGD 2024-01-27 20:44:10 +08:00
parent 673c67f312
commit a81228d9a3

@ -11,7 +11,7 @@ Legacy iOS Kit needs initial setup before usage. Please select your operating sy
<summary>Linux</summary>
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
<summary>macOS</summary>
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`