mirror of
https://github.com/revanced/revanced-cli.git
synced 2024-12-02 16:32:54 +01:00
483 B
483 B
🔨️ Building
Build ReVanced CLI from source.
📝 Requirements
- Java Development Kit 11 (Azul Zulu JRE or OpenJDK)
🏗️ Building
To build ReVanced CLI, follow these steps:
-
Clone the repository:
git clone git@github.com:ReVanced/revanced-cli.git cd revanced-cli
-
Build the project:
./gradlew build
After the build succeeds, the built JAR file will be located at build/libs/revanced-cli-<version>-all.jar
.