From c6b48e783f7bd73f876e39cb2fd965cf80265e84 Mon Sep 17 00:00:00 2001
From: Edward Sabinus <edward.sabinus@student.uni-halle.de>
Date: Sat, 11 Jul 2020 17:40:15 +0200
Subject: [PATCH] Update README.md

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

diff --git a/README.md b/README.md
index c54e525..8f35444 100644
--- a/README.md
+++ b/README.md
@@ -2,17 +2,21 @@
 ## Was macht ShapePicture Editor?
 Mit dem ShapePicture Editor kann man auf eigenen Bildern klickbare Gebiete erstellen. Der Stil dieser Gebiete kann nach belieben angepasst werden. Beim draufklicken auf so ein Gebiet öffnet sich ein Modal. Der Titel und der Körper dieser Modale kann auch angepasst werden. Dieses ShapePicture kann als Json exportiert werden und auf einer eigenen Webseite angezeigt werden. 
  
-## How to run: 
+## So startet man den ShapePicture Editor:
 
-1. [install elm](https://guide.elm-lang.org/install.html)
-2. compile
+#### Möglichkeit 1:
+Öffne diesen Link: [users.informatik.uni-halle.de/~ajnwd/www_projekt/index.html](users.informatik.uni-halle.de/~ajnwd/www_projekt/index.html)
+
+#### Möglichkeit 2:
+
+1. [Elm installieren](https://guide.elm-lang.org/install.html)
+2. Kompilieren
     ```bash
     cd www20-projekt-shapepicture-editor
-    elm make src/ShapePicture_Editor.elm --output public/Main.js
+    elm make src/ShapePicture_Editor.elm
     elm reactor
     ```
-3. open on localhost:8000/public/index.html
-4. open ShapePicture_Editor.elm
+3. Öffne [localhost:8000/index.html](localhost:8000/index.html) oder [localhost:8000/src/ShapePicture_Editor.elm](localhost:8000/src/ShapePicture_Editor.elm)
 
 ## Guide zum Nutzen des ShapePicture Editors:
 
-- 
GitLab