diff --git a/docs/0_prerequisites.md b/docs/0_prerequisites.md index 190fe5f..c3f5746 100644 --- a/docs/0_prerequisites.md +++ b/docs/0_prerequisites.md @@ -6,7 +6,7 @@ To use ReVanced CLI, you will need to fulfill specific requirements. - Java Runtime Environment 11 ([Azul Zulu JRE](https://www.azul.com/downloads/?version=java-11-lts&package=jre#zulu) or [OpenJDK](https://jdk.java.net/archive/)) - [Android Debug Bridge (ADB)](https://developer.android.com/studio/command-line/adb) if you want to install 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) +- x86 or x86-64 (For [other architectures](https://github.com/ReVanced/revanced-manager/tree/main/android/app/src/main/jniLibs) use the `--custom-aapt2-binary` option) ## ⏭️ Whats next