From ee1e96b2d57832a9e98fbf262192bff4bc7e32aa Mon Sep 17 00:00:00 2001 From: oSumAtrIX Date: Fri, 12 Jan 2024 09:42:05 +0100 Subject: [PATCH] docs: Simplify patch command --- docs/1_usage.md | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/docs/1_usage.md b/docs/1_usage.md index 632af0d..b673ad4 100644 --- a/docs/1_usage.md +++ b/docs/1_usage.md @@ -50,12 +50,6 @@ without any need for intervention when using the `patch` command. > adb shell exit > ``` > -> To get your device's serial, run the following command: -> -> ```bash -> adb devices -> ``` -> > If you want to mount the patched app on top of the un-patched app, make sure you have root permissions: > > ```bash @@ -73,7 +67,7 @@ without any need for intervention when using the `patch` command. ```bash java -jar revanced-cli.jar patch \ --patch-bundle revanced-patches.jar \ - --device-serial \ + -d \ input.apk ``` @@ -106,7 +100,7 @@ without any need for intervention when using the `patch` command. --include "Some patch" \ --ii 123 \ --exclude "Some other patch" \ - --device-serial \ + -d \ --mount \ app.apk ```