From cb6ce47e6368f733f110a784f294804156bd6967 Mon Sep 17 00:00:00 2001 From: Mylloon Date: Mon, 1 May 2023 21:09:03 +0200 Subject: [PATCH] add usage --- README.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/README.md b/README.md index 0f8cb26..0d8f39b 100644 --- a/README.md +++ b/README.md @@ -11,3 +11,23 @@ $ make init ```sh $ make update ``` + +## Usage + +You can run this if you have: + +- your keystore as `ReVanced.keystore` +- your apks stored in `APKs/` + + + +```sh +java -jar revanced-cli.jar \ + -a="APKs/XXX.apk" \ + -b revanced-patches.jar \ + --exclusive \ + --experimental \ + --keystore="ReVanced.keystore" \ + --password="s3cur3p@ssw0rd" \ + --out="revanced-app.apk" +```