From 08ae43b7ba7beaab7b23263ba73459b49a3cdda5 Mon Sep 17 00:00:00 2001
From: Manuel Pitz <manuel.pitz@eonerc.rwth-aachen.de>
Date: Thu, 30 Aug 2018 21:28:34 +0200
Subject: [PATCH] ADD: villasWEB GUI address in readme

---
 README.md | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index f9dfb6b..757fa45 100644
--- a/README.md
+++ b/README.md
@@ -10,10 +10,11 @@ We are using Docker and Docker Compose in order to make it as easy as possible f
 
 1. [Install Docker](https://docs.docker.com/engine/installation/).
 2. Clone repository.
-3. Execute git submodule update --init --recursive
+3. Execute `git submodule update --init --recursive`
 4. Extract the files.
 5. Open the Docker CLI and navigate to the location of the demo files.
 6. Start demo by running `docker-compose up -d`
+7. villasWEB is available via `127.0.0.1:80`
 
 ## Backup / Restore Database
 
-- 
GitLab