revanced-documentation/docs/revanced-development/6_building_revanced_cli.md
2022-11-12 03:11:28 +01:00

303 B

Building the ReVanced CLI

  1. Clone the repository
git clone https://github.com/revanced/revanced-cli && cd revanced-cli

Build the CLI

./gradlew build

The file will be located in build/libs/revanced-cli-VERSION-all.jar

Next step

Using the ReVanced CLI