From 36bb0b5f9c3ca5cf312f6d214f6b1f5082e5ee33 Mon Sep 17 00:00:00 2001 From: sauran Date: Wed, 14 May 2025 20:20:23 +0500 Subject: [PATCH] Update README.md to correct Gradle command and add permission instructions --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a502369..bc259b2 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,12 @@ This project implements a credit application approval process using Camunda 7. T 3. **Build and run application**: ```bash - ./gradle bootRun + ./gradlew bootRun + ``` + + Note: If you get a permission denied error, first run: + ```bash + chmod +x gradlew ``` 3. **Run OpenBPM Control**