mirror of
https://github.com/revanced/revanced-documentation.git
synced 2025-01-04 07:46:06 +01:00
docs: update usage for the ReVanced CLI
This commit is contained in:
parent
518b08c9e3
commit
2053f45bb4
@ -6,19 +6,19 @@
|
|||||||
adb shell exit
|
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
|
```bash
|
||||||
adb shell su -c exit
|
adb shell su -c exit
|
||||||
```
|
```
|
||||||
|
|
||||||
3. Copy the ADB device name
|
2. Copy the ADB device name
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
adb devices
|
adb devices
|
||||||
```
|
```
|
||||||
|
|
||||||
4. Run the CLI
|
3. Run the CLI
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
# Non-Root
|
# Non-Root
|
||||||
@ -41,7 +41,7 @@
|
|||||||
--mount
|
--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.
|
> **Note**: Patches might require additional integrations to be merged. Merge integrations with the option `-m`.
|
||||||
> If you need the list of patches available, pass in `-l`.
|
> **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.
|
||||||
|
Loading…
Reference in New Issue
Block a user