From 9ec3e3937a1017d0f3d414a7690e957afa7eff37 Mon Sep 17 00:00:00 2001 From: LukeeGD Date: Sun, 26 Jul 2020 09:50:21 +0800 Subject: [PATCH] Remove normal/recovery/DFU mode from readme - also add more links in tools used and other readme updatessz --- README.md | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index c615f1e..d8cfd7b 100755 --- a/README.md +++ b/README.md @@ -20,13 +20,11 @@ - iOS 9 and below users: Install [OpenSSH](https://cydia.saurik.com/package/openssh/); The computer and iOS device must be on the same network for SSH to work - iOS 10 users: Install [MTerminal](http://cydia.saurik.com/package/com.officialscheduler.mterminal/) 1. [Download](https://github.com/LukeZGD/iOS-OTA-Downgrader/archive/master.zip) or `git clone` this repo -2. Open Terminal, cd to the directory where the script is located (example: `cd /home/user/iOS-OTA-Downgrader`) +2. Open Terminal, `cd` to the directory where the script is located (example: `cd /home/user/iOS-OTA-Downgrader`) 3. Run `chmod +x restore.sh` ## How to use: -1. Plug in your iOS device in: - - Normal mode (32-bit) - - Recovery or DFU mode (A7) +1. Plug in your iOS device 2. Run `./restore.sh` 3. Select option to be used 4. Follow instructions @@ -54,10 +52,10 @@ ## Tools and other stuff used by this script: - cURL - bspatch -- ifuse -- igetnonce -- ipwndfu -- libimobiledevice utilities +- [ifuse](https://github.com/libimobiledevice/ifuse) +- [igetnonce](https://github.com/LukeZGD/igetnonce) +- [ipwndfu](https://github.com/LukeZGD/ipwndfu) +- [libimobiledevice](https://github.com/libimobiledevice/libimobiledevice) utilities - python2 - python3 - [tsschecker](https://github.com/tihmstar/s0uthwest/tsschecker)