mirror of
https://github.com/revanced/revanced-documentation.git
synced 2024-11-19 01:39:27 +01:00
20 lines
303 B
Markdown
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)
|