revanced-documentation/docs/revanced-development/3_building_revanced_patcher.md
2022-11-12 03:11:28 +01:00

18 lines
331 B
Markdown

# 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)