From 57b45363c018d99d5088e5e49a5a0bea5db11fca Mon Sep 17 00:00:00 2001
From: Tamas Gal <tgal@km3net.de>
Date: Tue, 8 Jan 2019 09:17:57 +0100
Subject: [PATCH] Update usage

---
 README.md | 16 +++++++++++-----
 1 file changed, 11 insertions(+), 5 deletions(-)

diff --git a/README.md b/README.md
index 00cdf42..c861dc8 100644
--- a/README.md
+++ b/README.md
@@ -4,19 +4,25 @@ Monitoring facility for the KM3NeT neutrino detector.
 
 ## Usage
 
-Check out the configure options with
+First, install the requirements by typing
+
+    make
+
+The `make` command can also be used to update the requirements.
+
+Next check out the `configure` options with
 
     ./configure --help
 
-then configure the ``Makefile`` with
+and configure the ``Makefile`` with
 
-    ./configure
+    ./configure --your --options
 
-and run
+Finally everything is set up. To start the monitoring facility, type
 
     make start
 
-to start the monitoring. If you want to stop it:
+If you want to stop it:
 
     make stop
 
-- 
GitLab