diff --git a/README.md b/README.md
index 17fecd8c253f3ccf1bdac1c2d2e8f755deb2f8c2..8c425d98db60bcdbf78fef2706bd15c1ebde91b3 100644
--- a/README.md
+++ b/README.md
@@ -5,3 +5,14 @@ Möglichkeit zur Eingabe eigener Bilder und Jsons von Shapes.
 Am besten dann wenn Andere die Möglichkeit haben das so entstandene Bild mit shapes in ihrer Website einbinden könenn
  
  
+How to run: 
+
+1. [install elm](https://guide.elm-lang.org/install.html)
+2. compile
+    ```bash
+    cd www20-projekt-shapepicture-editor
+    elm make src/ShapePicture_Editor.elm --output public/Main.js
+    elm reactor
+    ```
+3. open on localhost:8000/public/index.html
+4. open ShapePicture_Editor.elm
\ No newline at end of file