From a692d7718c1ffc4a28f278abea43e68bbddd8550 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tobi=20Sch=C3=A4fer?= Date: Thu, 9 Mar 2023 14:08:42 +0100 Subject: [PATCH] Add development prerequisites Fixes #56. Fixes #58 . --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index a23efae0..a735855f 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,11 @@ Helma is built with [Gradle](https://gradle.org), the build task depends on the ## Development +### Additional Prerequisites + +* [Rsync](https://rsync.samba.org) version ≥ 3.1.0 +* [NodeJS](https://nodejs.org) LTS version + Clone this repository to your machine and start the build process with `./gradlew install`. The build script is going to ask you if you want to update the installation, enter `y`. > ⚠️