diff --git a/Readme.md b/Readme.md
index 80353a6dbbdc29999a8d7343d215707a6e08c88d..0781c29aed1053131ae9899d025b6f6bc82e969a 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