From 96c58dcc28a6b2431477641e8f15e63653ddcaf9 Mon Sep 17 00:00:00 2001
From: Martin Weise <martin.weise@tuwien.ac.at>
Date: Fri, 26 Feb 2021 11:50:14 +0100
Subject: [PATCH] added git submodule explanation in README

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

diff --git a/README.md b/README.md
index df812f2c5f..6e19c531fc 100644
--- a/README.md
+++ b/README.md
@@ -2,6 +2,12 @@
 
 ## Build
 
+Get the latest version of the fda-services repository and pull the submodule changes:
+
+```bash
+git submodule update --init --recursive
+```
+
 Everything is handled by compose, just build it by running:
 
 ```bash
-- 
GitLab