Skip to content

Commit

Permalink
Fix numbering
Browse files Browse the repository at this point in the history
  • Loading branch information
imnltsa authored Mar 12, 2024
1 parent 55db0c6 commit f7a4b62
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit f7a4b62

Please sign in to comment.