chore(README): update info
This commit is contained in:
parent
6558cb3521
commit
6728bb9270
1 changed files with 15 additions and 24 deletions
39
README.md
39
README.md
|
@ -1,26 +1,19 @@
|
|||
# Revenge
|
||||
|
||||
A modification for the Discord Android app. Get it? Vendetta is like, revenging..., yeah.
|
||||
|
||||
## ⬇️ Installing
|
||||
|
||||
> [!IMPORTANT]
|
||||
> As of 06/02/24, Vendetta has been discontinued.
|
||||
> While Vendetta used to be platform-agnostic, Revenge will only focus on Android as alternatives exist for iOS.
|
||||
|
||||
# Vendetta
|
||||
A mod for Discord's mobile apps.
|
||||
Installing is not currently possible yet, as we're on the process of moving and renaming things.
|
||||
|
||||
## Installing
|
||||
Vendetta's codebase is platform-agnostic, but you need a platform-specific loader.
|
||||
## 💖 Contributing
|
||||
|
||||
### Android
|
||||
* Root - [VendettaXposed](https://github.com/vendetta-mod/VendettaXposed/releases/latest)
|
||||
* Non-root - [VendettaManager](https://github.com/vendetta-mod/VendettaManager/releases/latest)
|
||||
- Manager not working? No problem! Pre-built APKs are provided [here](https://discord.k6.tf/).
|
||||
- The minimum Android version required is 9. It will not work any lower.
|
||||
This section will be worked on once the [**⬇️ Installing**](#%EF%B8%8F-installing) section is finished.
|
||||
|
||||
### iOS
|
||||
* Jailbroken - [VendettaTweak](https://github.com/vendetta-mod/VendettaTweak)
|
||||
- You can get prebuilt `.deb` files from GitHub Actions - we support rootful and rootless jailbreaks!
|
||||
* Jailed - You can get IPAs from [the thread](https://discord.com/channels/1015931589865246730/1087295482667208766) in our [Discord server](https://discord.gg/n9QQ4XhhJP) or from our [host](https://discord.k6.tf/ios/).
|
||||
- These IPAs do *not* work with AltStore! You should use [Sideloadly](https://sideloadly.io).
|
||||
|
||||
## Contributing
|
||||
1. Install a Vendetta loader with loader config support (any mentioned in the [Installing](#installing) section).
|
||||
<!-- 1. Install a Vendetta loader with loader config support (any mentioned in the [Installing](#installing) section).
|
||||
|
||||
2. Go to Settings > General and enable Developer Settings.
|
||||
|
||||
|
@ -31,20 +24,18 @@ Vendetta's codebase is platform-agnostic, but you need a platform-specific loade
|
|||
|
||||
4. Install dependencies:
|
||||
```
|
||||
pnpm i
|
||||
bun i
|
||||
```
|
||||
<sup>`npm` or `yarn` should also work.</sup>
|
||||
|
||||
5. Build Vendetta's code:
|
||||
```
|
||||
pnpm build
|
||||
bun run build
|
||||
```
|
||||
<sup>`npm` or `yarn` should also work.</sup>
|
||||
|
||||
6. In the newly created `dist` directory, run a HTTP server. I recommend [http-server](https://www.npmjs.com/package/http-server).
|
||||
6. In the newly created `dist` directory, run a HTTP server. We recommend [http-server](https://www.npmjs.com/package/http-server).
|
||||
|
||||
7. Go to Settings > Developer enabled earlier). Enable `Load from custom url` and input the IP address and port of the server (e.g. e.g. `http://192.168.1.236:4040`) in the new input box labelled `VENDETTA URL`.
|
||||
|
||||
8. Restart Discord. Upon reload, you should notice that your device will download Vendetta's bundled code from your server, rather than GitHub.
|
||||
|
||||
9. Make your changes, rebuild, reload, go wild!
|
||||
9. Make your changes, rebuild, reload, go wild! -->
|
||||
|
|
Loading…
Reference in a new issue