From 2053f45bb4b9a6f173324c7a68e84b96ebc67101 Mon Sep 17 00:00:00 2001 From: oSumAtrIX Date: Thu, 29 Dec 2022 03:21:49 +0100 Subject: [PATCH] docs: update usage for the ReVanced CLI --- docs/revanced-development/7_usage.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/docs/revanced-development/7_usage.md b/docs/revanced-development/7_usage.md index 69a6391..599d732 100644 --- a/docs/revanced-development/7_usage.md +++ b/docs/revanced-development/7_usage.md @@ -6,19 +6,19 @@ adb shell exit ``` -2. If you plan to use the root variant, check if you have root access + If you plan to use the root variant, check if you have root access - ```bash - adb shell su -c exit - ``` + ```bash + adb shell su -c exit + ``` -3. Copy the ADB device name +2. Copy the ADB device name ```bash adb devices ``` -4. Run the CLI +3. Run the CLI ```bash # Non-Root @@ -41,7 +41,7 @@ --mount ``` -> :warning: A lot of patches require the integrations which you can merge by adding the `-m` flag and passing the `integrations` file as the argument. -> If you need the list of patches available, pass in `-l`. +> **Note**: Patches might require additional integrations to be merged. Merge integrations with the option `-m`. +> **Note**: You can list all patches available by using the option `-l`. -If you specified an ADB device the application should now open on your device and the CLI will show logs until the app is closed. +If you specified an ADB device the patched application will be automatically installed.