docs: Format markdown code

This commit is contained in:
oSumAtrIX
2024-02-23 03:03:51 +01:00
parent a4e8d2df0d
commit f2368ccf27
2 changed files with 16 additions and 17 deletions

View File

@ -26,7 +26,7 @@ ReVanced CLI is divided into the following fundamental commands:
This will generate an `options.json` file for the patches from a list of supplied patch bundles.
The file can be supplied to ReVanced CLI later on.
```bash
java -jar revanced-cli.jar options \
--path options.json \
@ -35,14 +35,14 @@ ReVanced CLI is divided into the following fundamental commands:
```
> ** Note**
> A default `options.json` file will be automatically created if it does not exist
without any need for intervention when using the `patch` command.
> A default `options.json` file will be automatically created if it does not exist
> without any need for intervention when using the `patch` command.
- ### 💉 Patch an app
You can patch apps by supplying patch bundles and the app to patch.
After patching, ReVanced CLI can install the patched app on your device using two methods:
> **💡 Tip**
> For ReVanced CLI to be able to install the patched app on your device, make sure ADB is working:
>
@ -55,7 +55,6 @@ ReVanced CLI is divided into the following fundamental commands:
> ```bash
> adb shell su -c exit
> ```
>
> **⚠️ Warning**
> Some patches may require integrations
@ -72,10 +71,10 @@ ReVanced CLI is divided into the following fundamental commands:
```
- #### 👾 Patch an app and mount it on top of the un-patched app with root permissions
> **❗ Caution**
> Ensure that the same app you are patching and mounting over is installed on your device:
>
>
> ```bash
> adb install app.apk
> ```
@ -90,18 +89,18 @@ ReVanced CLI is divided into the following fundamental commands:
--mount \
app.apk
```
> **💡 Tip**
> You can use the option `--ii` to include or `--ie` to exclude
> patches by their index in relation to supplied patch bundles,
> similarly to the option `--include` and `--exclude`.
>
>
> This is useful in case two patches have the same name, and you must include or exclude one.
> The patch index is calculated by the position of the patch in the list of patches
> from patch bundles supplied using the option `--patch-bundle`.
>
>
> You can list all patches with their indices using the command `list-patches`.
>
>
> Keep in mind that the indices can change based on the order of the patch bundles supplied,
> as well if the patch bundles are updated because patches can be added or removed.
@ -115,7 +114,7 @@ ReVanced CLI is divided into the following fundamental commands:
> **💡 Tip**
> You can unmount an APK file
by adding the option `--unmount`.
> by adding the option `--unmount`.
- ### 📦 Install an app
@ -126,5 +125,5 @@ ReVanced CLI is divided into the following fundamental commands:
```
> **💡 Tip**
> You can mount an APK file
> You can mount an APK file
> by supplying the app's package name to mount the supplied APK file over the option `-mount`.