docs: init

This commit is contained in:
oSumAtrIX
2022-10-27 22:29:14 -04:00
committed by oSumAtrIX
commit a24442139d
16 changed files with 882 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
# 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)