From 766d02a4ad4ca3c1ce8980653f0da94d228e0677 Mon Sep 17 00:00:00 2001 From: LukeeGD <26163116+LukeZGD@users.noreply.github.com> Date: Mon, 9 Dec 2024 08:29:30 +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 d7c6087..fac8ec4 100644 --- a/How-to-Use.md +++ b/How-to-Use.md @@ -30,8 +30,8 @@ Legacy iOS Kit needs initial setup before usage. Please select your operating sy 1. Install bash, curl, and libusb from [Homebrew](https://brew.sh/) or [MacPorts](https://www.macports.org/). - Homebrew: `brew install bash curl libusb` - MacPorts: `sudo port install bash curl libusb` - - For older macOS versions (< 11.0), this step is required. Also use MacPorts, not Homebrew. - - For OS X 10.11, also install cocoadialog: `sudo port install cocoadialog` + - For macOS 12 and lower, better use MacPorts, not Homebrew. + - For OS X 10.11 only, also install cocoadialog: `sudo port install cocoadialog` - For macOS 10.15 and newer, this step is optional, but highly recommended for full functionality. - After the installation, exit the current Terminal window and open another one. 1. Start the script: Go to where the extracted files are located, drag `restore.sh` to the Terminal window, and press Enter/Return.