master #1

Merged
bedohswe merged 27 commits from pixtaded/crab:master into master 2025-02-11 18:05:01 +00:00
Showing only changes of commit 389d7c4868 - Show all commits

View File

@ -24,12 +24,12 @@ To get started with CRAB, follow these steps:
``` ```
2. **Build the project:** 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 ```bash
./gradlew clean build ./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 ## Usage