mirror of
https://github.com/ReVanced/revanced-documentation.git
synced 2026-01-26 04:31:03 +00:00
docs: init
This commit is contained in:
17
docs/revanced-development/3_building_revanced_patcher.md
Normal file
17
docs/revanced-development/3_building_revanced_patcher.md
Normal 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)
|
||||
Reference in New Issue
Block a user