From 969dc4f7e17238c2b48cdb4df9a5fd6295854da9 Mon Sep 17 00:00:00 2001
From: Rico Bergmann <rico.bergmann1@tu-dresden.de>
Date: Fri, 21 Jun 2019 12:57:15 +0200
Subject: [PATCH] Make prerequisites section a bit more verbose

---
 README.md | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/README.md b/README.md
index 59ede75..b79a42b 100644
--- a/README.md
+++ b/README.md
@@ -10,6 +10,10 @@
 
 ## Solution Prerequisites
 
+The relational RAG solutions use Gradle as build tool. Thus there are no extra prerequisites.
+
+However, in order to run the rSync solutions, the following tools are necessary:
+
 * Scala (optional, will be downloaded automatically via SBT if not present)
 * [SBT](https://www.scala-sbt.org/) 1.x
 
-- 
GitLab