Skip to content
This repository was archived by the owner on May 5, 2025. It is now read-only.

Commit a35f470

Browse files
authored
chore: Update README.md
1 parent 3ef193c commit a35f470

File tree

1 file changed

+9
-14
lines changed

1 file changed

+9
-14
lines changed

README.md

Lines changed: 9 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22

33
![screenshot](https://adriancastro.dev/c6wkhfl0rq1f.PNG)
44

5-
Tweak to inject [Bunny](https://github.com/pyoncord/Bunny) and [OpenInDiscord](https://github.com/castdrian/OpenInDiscord) into Discord. Forked [VendettaTweak](https://github.com/vendetta-mod/VendettaTweak), modified to match with [BunnyXposed](https://github.com/pyoncord/BunnyXposed) behavior. \
6-
There are still slight differences between these two.
5+
Tweak to inject [Bunny](https://github.com/pyoncord/Bunny) and [OpenInDiscord](https://github.com/castdrian/OpenInDiscord) into Discord. Forked from [VendettaTweak](https://github.com/vendetta-mod/VendettaTweak) and modified to match with [BunnyXposed](https://github.com/pyoncord/BunnyXposed)'s behavior.
76

87
<details>
98
<summary>Amended Licensing Terms Notice</summary>
@@ -16,12 +15,12 @@ This amendment is made in accordance with the OSL 3.0's Section 16, which allows
1615
</details>
1716

1817
> [!WARNING]
19-
> When sideloading with an ADP account cert, some functionality will break. If you value these features, sideload with a local development certificate instead. There is a workaround available that fixes several of the issues. See below for details.
18+
> When sideloading with an ADP account cert, some functionality will break. If you value these features, sideload with a local development certificate instead. There is a workaround available that fixes one of the issues. See below for details.
2019
2120
<details>
2221
<summary>Issues & Workaround</summary>
2322
<br/>
24-
To resolve the fixable issues, you need to match the app's bundle ID with your provisioning profile's App ID (excluding the team ID prefix):
23+
To resolve the fixable issue, you need to match the app's bundle ID with your provisioning profile's App ID (excluding the team ID prefix):
2524
<table>
2625
<tr>
2726
<th>Issue</th>
@@ -57,8 +56,8 @@ Builds can be found in the [Releases](https://github.com/pyoncord/BunnyTweak/rel
5756
5857
### Jailbroken
5958

60-
- Add the apt repo to your packages manager: <https://repo.adriancastro.dev>
61-
- Manually install by downloading the Debian package (or by building your own, see [Building](#building)) and adding it to your package manager.
59+
- Add the apt repo to your package manager: <https://repo.adriancastro.dev>
60+
- Manually install by downloading the Debian package (or by building your own, see [Building](#building)) and adding it to your package manager
6261

6362
### Jailed
6463

@@ -84,12 +83,10 @@ Builds can be found in the [Releases](https://github.com/pyoncord/BunnyTweak/rel
8483
8584
2. Install the required dependencies. You can do this by running `brew install make ldid` in your terminal. If you do not have brew installed, follow the instructions [here](https://brew.sh/).
8685

87-
3. Setup your path accordingly. We recommend you run the following before running the next commands, as well as any time you want to build BunnyTweak.
86+
3. Setup your gnu make path:
8887

8988
```bash
9089
export PATH="$(brew --prefix make)/libexec/gnubin:$PATH"
91-
# feel free to set whatever path you want, but it needs to be a direct path, without relative parts
92-
export THEOS="/Users/vendetta/IPA/theos"
9390
```
9491

9592
4. Setup [theos](https://theos.dev/docs/installation-macos) by running the script provided by theos.
@@ -100,13 +97,11 @@ bash -c "$(curl -fsSL https://raw.githubusercontent.com/theos/theos/master/bin/i
10097

10198
If you've already installed theos, you can run `$THEOS/bin/update-theos` to make sure it's up to date.
10299

103-
5. Clone this repository with `git clone [email protected]:pyoncord/BunnyTweak.git` and `cd` into it. Replace the URL with your fork if you've forked this repository.
100+
5. Clone this repository via `git clone [email protected]:pyoncord/BunnyTweak.git` and `cd` into it.
104101

105-
6. To build BunnyTweak, you can run `rm -rf packages && make clean && make package FINALPACKAGE=1 && make package FINALPACKAGE=1 THEOS_PACKAGE_SCHEME=rootless`. The first command will remove any previous packages, the second will clean the project, the third will build the rootful package (which is denoted by the `arm.deb` ending), and the fourth will build the rootless package (which is denoted by the `arm64.deb` ending).
102+
6. To build, you can run `make package`.
106103

107-
The first time you run this, it might take a bit longer, but subsequent builds should be much faster.
108-
109-
The resulting `.deb` files will be in the `packages` folder. As a reminder, `*arm.deb` is for rootful jailbreaks and sideloading, and `*arm64.deb` is for rootless jailbreaks.
104+
The resulting `.deb` file will be in the `packages` folder.
110105

111106
</details>
112107

0 commit comments

Comments
 (0)