From 5cca91aa9bac6bcfb43634cef268792e91068113 Mon Sep 17 00:00:00 2001
From: Christian Rheinbay <christian.rheinbay@kit.edu>
Date: Mon, 22 Jan 2024 12:54:30 +0000
Subject: [PATCH] Update Readme.md

---
 Readme.md | 11 ++++++++---
 1 file changed, 8 insertions(+), 3 deletions(-)

diff --git a/Readme.md b/Readme.md
index 80353a6d..0781c29a 100644
--- a/Readme.md
+++ b/Readme.md
@@ -1,3 +1,8 @@
-# Habicht
-Ich bin der Vogel des Jahres 2015!
-
+To clone the project with the necessary submodules run:
+git clone --recurse-submodules https://gitlab.kit.edu/kit/mpp/fwi
+This Software uses M++ (see https://gitlab.kit.edu/kit/mpp/mpp) for its requisites
+To build FWI, run the following commands in the mpp root directory:
+mkdir build
+cd build
+cmake ..
+make -j
-- 
GitLab