diff --git a/README.md b/README.md index 6a1fd24..04139ad 100644 --- a/README.md +++ b/README.md @@ -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