diff --git a/README.md b/README.md index aa87dc9..0859cd1 100644 --- a/README.md +++ b/README.md @@ -23,15 +23,16 @@ You can run this if you have: Replace patch1 with your patch, and continue... +> [For patches name, use dash instead of spaces, all in lowercase](https://revanced.app/patches) + ```sh -java -jar revanced-cli.jar \ - --bundle="revanced-patches.jar" \ +java -jar revanced-cli.jar patch \ + --patch-bundle="revanced-patches.jar" \ --keystore="ReVanced.keystore" \ --merge="revanced-integrations.apk" \ - --experimental \ --exclusive \ --out="revanced-app.apk" \ --password="s3cur3p@ssw0rd" \ - --apk="APKs/XXX.apk" \ + "APKs/XXX.apk" \ -i patch1 ```