Update README.md

This commit is contained in:
pixtaded 2025-02-08 22:04:01 +03:00
parent 6d21c9bccd
commit 389d7c4868

View File

@ -24,12 +24,12 @@ To get started with CRAB, follow these steps:
```
2. **Build the project:**
Ensure you have Java Development Kit (JDK) of version 17 or higher installed. You can build the project using Maven:
Ensure you have Java Development Kit (JDK) of version 17 or higher installed. You can build the project using Gradle:
```bash
./gradlew clean build
```
3. **Run the bundle**: You will have the built .tar and .zip packages in ./build/distributions directory.
3. **Run the bundle**: You will have the built .jar package in ./build/libs directory.
## Usage