revanced-documentation/docs/revanced-development/6_building_revanced_cli.md

20 lines
303 B
Markdown
Raw Normal View History

2022-10-28 04:29:14 +02:00
# 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)