From 51b568f099be6afa6398869d75ee09ba279bb12f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tobi=20Sch=C3=A4fer?= Date: Sun, 19 Mar 2017 13:18:21 +0100 Subject: [PATCH] fix: build instructions using gradlew --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 57434417..8d9fd97c 100644 --- a/README.md +++ b/README.md @@ -2,11 +2,11 @@ _This is the README file for version 1.7.0 of the Helma Javascript Web Applicati __TL;DR__ -- make sure you have Java 1.4 or higher as well as Apache Ant installed -- clone this repository -- build Helma with `ant jar` -- invoke `start.sh`, resp. `start.bat`, depending on your platform -- direct your web browser to http://localhost:8080 +- Make sure you have Java 1.4 or higher installed +- Clone this repository +- Build Helma with `./gradlew` +- Invoke `start.sh`, resp. `start.bat`, depending on your platform +- Direct your web browser to http://localhost:8080 # Helma