Skip to content

Building the ReVanced CLI

oSumAtrIX edited this page Jun 8, 2022 · 2 revisions

Building the CLI

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

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

Next step

Using the ReVanced CLI and installing ReVanced

Clone this wiki locally