diff --git a/README.md b/README.md index e5d98d3a..b282eaa6 100644 --- a/README.md +++ b/README.md @@ -14,25 +14,21 @@ If you do not have access to MacOS, refer to the FAQ in the `Usage` section to b You'll need MacOS to build, as you require a full Xcode installation. Simply having Xcode Command Line Tools is *insufficient*. - 1. Update/Install Theos with roothide support + 1. Update/Install Theos with roothide support: `bash -c "$(curl -fsSL https://raw.githubusercontent.com/roothide/theos/master/bin/install-theos)"` If you encounter errors from a previous Theos installation, remove Theos in its entirety before continuing. - 3. Install brew gmake - - `brew install make` - - 4. Clone the GitHub repository and enter directory + 2. Clone the GitHub repository and enter directory: `git clone https://github.com/roothide/Bootstrap/ && cd Bootstrap` - 5. Build `Bootstrap.tipa` + 3. Build `Bootstrap.tipa`: `make package` - 6. Transfer `Bootstrap.tipa` from `./packages/` to your device and install it with TrollStore + 4. Transfer `Bootstrap.tipa` from `./packages/` to your device and install it with TrollStore ## Usage