From 50df4e117e082370890be76da246fb2929ff2870 Mon Sep 17 00:00:00 2001 From: oSumAtrIX Date: Mon, 9 Jan 2023 10:11:15 +0100 Subject: [PATCH] docs: improve wording and accuracy --- docs/1_usage.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/1_usage.md b/docs/1_usage.md index e600e8b..18cbdbd 100644 --- a/docs/1_usage.md +++ b/docs/1_usage.md @@ -2,7 +2,7 @@ Lean how to use the ReVanced CLI. -## ⚡ Setup +## ⚡ Setup (optional) 1. Make sure your device is connected @@ -30,7 +30,7 @@ Lean how to use the ReVanced CLI. java -jar revanced-cli.jar -h ``` -- ### List all available patches inside supplied bundles +- ### List all available patches from supplied patch bundles ```bash java -jar revanced-cli.jar \ @@ -64,11 +64,11 @@ Lean how to use the ReVanced CLI. > **Note**: > > - If you want to exclude patches, you can use the option `-e`. In the case of YouTube, you have to exclude - the `microg-support` patch from the [ReVanced Patches](https://github.com/revanced/revanced-patches) with the + the `microg-support` patch from [ReVanced Patches](https://github.com/revanced/revanced-patches) with the option `-e microg-support`. > -> - Some patches from the [ReVanced Patches](https://github.com/revanced/revanced-patches) also might require - the [ReVanced Integrations](https://github.com/revanced/revanced-integrations). Supply them with the option `-m`. +> - Some patches from [ReVanced Patches](https://github.com/revanced/revanced-patches) also might require + [ReVanced Integrations](https://github.com/revanced/revanced-integrations). Supply them with the option `-m`. > > - If you supplied a device with the option `-d`, the patched application will be automatically installed on the device.