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