From 389d7c4868f1ae5d0e736649c5406f8efe5d6ecf Mon Sep 17 00:00:00 2001 From: pixtaded Date: Sat, 8 Feb 2025 22:04:01 +0300 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a982c61..546adb4 100644 --- a/README.md +++ b/README.md @@ -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