mirror of
https://github.com/revanced/revanced-documentation.git
synced 2024-11-19 01:39:27 +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)
|