From 741fc4dab2512b622f27e79a04ab04730e38cd41 Mon Sep 17 00:00:00 2001 From: j-hc Date: Sat, 25 Jun 2022 19:45:17 +0300 Subject: [PATCH] update readme Former-commit-id: 19a68239679462242cba72eabec4809d708b5a45 --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 77c4b69..78e4215 100644 --- a/README.md +++ b/README.md @@ -3,8 +3,14 @@ This repo includes the base.apk of the stock YouTube app (v17.24.34) and a simple script that download all the latest version of necessary prebuilt revanced tools and creates a magisk module +You will need to install the stock YouTube app (v17.24.34) on your phone using [SAI](https://play.google.com/store/apps/details?id=com.aefyr.sai&hl=tr&gl=US) through split apks +You can go to apkmirror to grab the split apks (the bundle, not the apk or it will crash) + + +You can download the [latest CI release](https://github.com/j-hc/revanced-magisk-module/releases/tag/main) if you do not want to build yourself. + # Usage ```bash $ ./build-module.sh -``` \ No newline at end of file +```