mirror of
https://github.com/revanced/revanced-documentation.git
synced 2025-01-10 10:45:57 +01:00
18 lines
331 B
Markdown
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)
|