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

20 lines
303 B
Markdown

# Building the ReVanced CLI
1. Clone the repository
```bash
git clone https://github.com/revanced/revanced-cli && cd revanced-cli
```
Build the CLI
```bash
./gradlew build
```
The file will be located in `build/libs/revanced-cli-VERSION-all.jar`
## Next step
[Using the ReVanced CLI](7_usage.md)