Update README.md

This commit is contained in:
2023-02-17 23:07:45 +07:00
committed by GitHub
parent 5b0be70e7a
commit db5e3f387f

View File

@@ -2,10 +2,12 @@
# ReVanced builder
Build ReVanced package (.apk) easily than ever using latest ReVanced patches and dependencies
Build ReVanced package (.apk) easily than ever using latest ReVanced patches and dependencies locally or via cloud
## Usage
### Locally
* To build `revanced.apk` locally you need just to run [`Build.ps1`](https://github.com/JDM170/ReVanced_Builder/blob/main/Build.ps1) via PowerShell;
* All [patches](https://github.com/revanced/revanced-patches) except the followings applied to `revanced.apk`:
* always-autorepeat
@@ -18,7 +20,7 @@ Build ReVanced package (.apk) easily than ever using latest ReVanced patches and
* After compiling you get `revanced.apk` & `microg.apk` ready to be installed;
* Release notes are generated dynamically using the [ReleaseNotesTemplate.md](https://github.com/JDM170/ReVanced_Builder/blob/main/ReleaseNotesTemplate.md) template.
## By using CI/CD
### By using CI/CD
```powershell
git clone https://github.com/JDM170/ReVanced_Builder