From 5e73e6d2de7cf9143e377be3a27ae1cdcbb4f554 Mon Sep 17 00:00:00 2001 From: taku Date: Mon, 7 Aug 2023 02:51:01 +0200 Subject: [PATCH] docs: add missing prerequisites (#239) Co-authored-by: oSumAtrIX --- docs/0_prerequisites.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/0_prerequisites.md b/docs/0_prerequisites.md index bc88231..9f7bbef 100644 --- a/docs/0_prerequisites.md +++ b/docs/0_prerequisites.md @@ -7,9 +7,11 @@ To use ReVanced CLI, you will need to fulfill certain requirements. - Java SDK 11 (Azul JDK or OpenJDK) - [Android Debug Bridge (adb)](https://developer.android.com/studio/command-line/adb) if you want to deploy the patched APK file on your device - An ABI other than ARMv7 such as x86 or x86-64 (or a custom AAPT binary that supports ARMv7) +- ReVanced Patches +- ReVanced Integrations, if the patches require it ## ⏭️ Whats next -The next section will show, how to use [ReVanced CLI](https://github.com/revanced/revanced-cli). +The next section will show you how to use ReVanced CLI Continue: [🛠️ Using ReVanced CLI](1_usage.md)