mirror of
https://github.com/ReVanced/revanced-documentation.git
synced 2026-01-19 09:13:58 +00:00
docs: init
This commit is contained in:
19
docs/revanced-development/6_building_revanced_cli.md
Normal file
19
docs/revanced-development/6_building_revanced_cli.md
Normal file
@@ -0,0 +1,19 @@
|
||||
# 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)
|
||||
Reference in New Issue
Block a user