From bbe23ab32ac3362e0c9666a1cb82283a75f1ca27 Mon Sep 17 00:00:00 2001
From: Nico Graebling <graeblin>
Date: Tue, 11 Jul 2023 11:17:14 +0200
Subject: [PATCH] Updated readme: Added information on starting the server and
 view the page locally

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

diff --git a/README.md b/README.md
index fd98814..b86e2fb 100644
--- a/README.md
+++ b/README.md
@@ -4,7 +4,9 @@
 
 1. Install [hugo](https://gohugo.io/installation/) (extended edition)
 2. Pull this repository
-3. Start the built-in live server via "hugo server"
+3. Open the terminal and navigate into the folder "visgroup"
+4. Start the built-in live server via "hugo server"
+5. Use a browser to open the page specified in the server's output
 
 ## Authors and acknowledgment
 
-- 
GitLab