diff --git a/How-to-Use.md b/How-to-Use.md index 5f8993c..83edee6 100644 --- a/How-to-Use.md +++ b/How-to-Use.md @@ -22,7 +22,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 --depth 1 https://github.com/LukeZGD/Legacy-iOS-Kit.git` + - 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` @@ -36,20 +36,9 @@ Legacy iOS Kit needs initial setup before usage. Please select your operating sy
Windows -- **I highly recommend Windows users to use Legacy iOS Kit on Linux or macOS instead.** +- ** Windows users should use Legacy iOS Kit on Linux or macOS instead.** - You can easily create an Ubuntu live USB with tools like [Rufus](https://rufus.ie/) or [Ventoy](https://www.ventoy.net/). Make sure to enable [Persistent Storage](https://www.linuxuprising.com/2019/08/rufus-creating-persistent-storage-live.html), or use another USB drive to store Legacy iOS Kit and its files. - -1. Install [iTunes 12.6.5](https://secure-appldnld.apple.com/itunes12/091-87819-20180912-69177170-B085-11E8-B6AB-C1D03409AD2A6/iTunes64Setup.exe) or older. - - Make sure to not install the Microsoft Store version of iTunes. - - You may also use [iTunes 12.4.3](https://secure-appldnld.apple.com/itunes12/031-69284-20160802-7E7B2D20-552B-11E6-B2B9-696CECD541CE/iTunes64Setup.exe) instead - - Make sure to install iTunes in the default location in the C: drive. -1. Install [MSYS2](https://www.msys2.org/#installation), follow steps 1 to 4 only. In step 4, untick "Run MSYS2 64-bit now" before clicking Finish. - - Make sure to install MSYS2 in the default location in the C: drive. -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` -1. Start the script: Run `restore.cmd`. - - It may only show up as `restore`. If this is the case, run the one with the gears icon. I recommend to [make Windows show file extensions](https://www.howtogeek.com/205086/beginner-how-to-make-windows-show-file-extensions/) to avoid confusion. -1. On its first run, it will download and install dependencies. This will take some time depending on your Internet connection. When it's done, proceed to the next section. +- Files for Windows are still available for those who want to try it, but they are not available in releases, and users will have to know how to use MSYS2 command line.