diff --git a/docs/0_prerequisites.md b/docs/0_prerequisites.md index bb07d4e8..359fcbcc 100644 --- a/docs/0_prerequisites.md +++ b/docs/0_prerequisites.md @@ -5,10 +5,7 @@ To use ReVanced Manager, certain requirements have to be met. ## 🤝 Requirements - Android device running Android 8.0 or higher - -### Optional Requirements - -- Rooted Android device with latest version of [KernelSU](https://github.com/tiann/KernelSU) or [Magisk](https://github.com/topjohnwu/Magisk) +- **Optionally** Rooted Android device with latest version of [KernelSU](https://github.com/tiann/KernelSU) or [Magisk](https://github.com/topjohnwu/Magisk) ## ⏭️ What's next diff --git a/docs/developer/0_prerequisites.md b/docs/developer/0_prerequisites.md index a6c48ce7..05d203a2 100644 --- a/docs/developer/0_prerequisites.md +++ b/docs/developer/0_prerequisites.md @@ -6,10 +6,7 @@ Here's everything you'll need to develop on ReVanced Manager - Any environment that is capable of running the latest Android Studio, latest Android SDK, and JDK 17 with at least 4 GB of memory for coding - Any devices with preferably the latest Android version or at least higher than the [`minSdk`](/app/build.gradle.kts) for testing - -### Additional Requirements - -- A device with root capabilities using the latest version of [KernelSU](https://github.com/tiann/KernelSU) or [Magisk](https://github.com/topjohnwu/Magisk) +- **Optionally** A device with root capabilities using the latest version of [KernelSU](https://github.com/tiann/KernelSU) or [Magisk](https://github.com/topjohnwu/Magisk) ## ⚙️ Setting up