From 1be7e530cef075e6d37c5b14376bbab662968c92 Mon Sep 17 00:00:00 2001 From: j-hc Date: Sun, 24 Sep 2023 15:36:16 +0300 Subject: [PATCH] update readme --- README.md | 38 +++++++++++++++++++++----------------- 1 file changed, 21 insertions(+), 17 deletions(-) diff --git a/README.md b/README.md index 3c67774..4591d35 100755 --- a/README.md +++ b/README.md @@ -10,21 +10,25 @@ Get the [latest CI release](https://github.com/j-hc/revanced-magisk-module/relea Use [**zygisk-detach**](https://github.com/j-hc/zygisk-detach) to detach YouTube and YT Music from Play Store if you are using magisk modules. -## Features - * Support all present and future ReVanced and [ReVanced Extended](https://github.com/inotia00/revanced-patches) apps - * Can build Magisk modules and non-root APKs - * Updated daily with the latest versions of apps and patches - * Optimize APKs and modules for size - * Modules - * recompile invalidated odex for faster usage - * receive updates from Magisk app - * do not break safetynet or trigger root detections - * handle installation of the correct version of the stock app and all that - * support Magisk and KernelSU +
Features + +Note that the CI workflow is scheduled to build the modules and APKs everyday using GitHub Actions if there is a change in ReVanced patches. You may want to disable it. +
-#### **Note that the [CI workflow](../../actions/workflows/ci.yml) is scheduled to build the modules and APKs everyday using GitHub Actions if there is a change in ReVanced patches. You may want to disable it.** - -## To include/exclude patches or patch more ReVanced Apps +## To include/exclude patches or patch other apps [**See the list of patches**](https://j-hc.github.io/rvmm-config-gen/) * Star the repo :eyes: @@ -35,13 +39,13 @@ Use [**zygisk-detach**](https://github.com/j-hc/zygisk-detach) to detach YouTube also see here [`CONFIG.md`](./CONFIG.md) -# Building Locally -## On Termux +## Building Locally +### On Termux ```console bash <(curl -sSf https://raw.githubusercontent.com/j-hc/revanced-magisk-module/main/build-termux.sh) ``` -## On Desktop +### On Desktop ```console $ git clone https://github.com/j-hc/revanced-magisk-module $ cd revanced-magisk-module