revanced-documentation/docs/revanced-development/3_building_revanced_patcher.md

18 lines
331 B
Markdown
Raw Normal View History

2022-10-28 04:29:14 +02:00
# Building the ReVanced Patcher
1. Clone the repository
```bash
git clone https://github.com/revanced/revanced-patcher && cd revanced-patcher
```
2. Publish the patcher to your local maven repository
```bash
./gradlew publish
```
## Next step
[Building the ReVanced Patches](4_building_revanced_patches.md)