From d7c13c61414c0536e029883eec694cf1eb6394f9 Mon Sep 17 00:00:00 2001 From: =?utf8?q?David=20=E2=80=98Bombe=E2=80=99=20Roden?= Date: Wed, 6 May 2015 20:05:28 +0200 Subject: [PATCH] Adjust documentation to Gradle --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f072380..32ebc3c 100644 --- a/README.md +++ b/README.md @@ -12,9 +12,9 @@ Rhynodge’s configuration uses JSON files (I tried using XML first but apparent ## Running Rhynodge -Rhynodge uses Maven as build and dependency management tool. Maven can also run Rhynodge: +Rhynodge uses Gradle as build and dependency management tool. After creating a “fat jar” (a JAR file containing all required dependencies), simply run the jar file with -> $ mvn clean compile exec:java +> $ java -jar build/libs/rhynodge-all-*.jar Rhynodge accepts the following options using environment variables: -- 2.7.4