mirror of
https://github.com/revanced/revanced-cli.git
synced 2024-12-12 13:17:46 +01:00
docs: improve wording and accuracy
This commit is contained in:
parent
9fcd2b4cd1
commit
50df4e117e
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
Lean how to use the ReVanced CLI.
|
Lean how to use the ReVanced CLI.
|
||||||
|
|
||||||
## ⚡ Setup
|
## ⚡ Setup (optional)
|
||||||
|
|
||||||
1. Make sure your device is connected
|
1. Make sure your device is connected
|
||||||
|
|
||||||
@ -30,7 +30,7 @@ Lean how to use the ReVanced CLI.
|
|||||||
java -jar revanced-cli.jar -h
|
java -jar revanced-cli.jar -h
|
||||||
```
|
```
|
||||||
|
|
||||||
- ### List all available patches inside supplied bundles
|
- ### List all available patches from supplied patch bundles
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
java -jar revanced-cli.jar \
|
java -jar revanced-cli.jar \
|
||||||
@ -64,11 +64,11 @@ Lean how to use the ReVanced CLI.
|
|||||||
> **Note**:
|
> **Note**:
|
||||||
>
|
>
|
||||||
> - If you want to exclude patches, you can use the option `-e`. In the case of YouTube, you have to exclude
|
> - 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`.
|
option `-e microg-support`.
|
||||||
>
|
>
|
||||||
> - Some patches from the [ReVanced Patches](https://github.com/revanced/revanced-patches) also might require
|
> - Some patches from [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`.
|
[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
|
> - If you supplied a device with the option `-d`, the patched application will be automatically installed on the
|
||||||
device.
|
device.
|
||||||
|
Loading…
Reference in New Issue
Block a user