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 ```