From 9b6a856fcc2c4ad64f36704fc477e557130f0bac Mon Sep 17 00:00:00 2001 From: Tamas Gal <tgal@km3net.de> Date: Sun, 18 Mar 2018 21:59:51 +0100 Subject: [PATCH] Update usage --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/README.md b/README.md index 5094fc2..6e1d94e 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,19 @@ # km3mon Monitoring facility for the KM3NeT neutrino detector. + +## Usage + +Check out the configure options with + ./configure --help + +then configure the ``Makefile`` with + ./configure + +and run + make start + +to start the monitoring. If you want to stop it: + make stop + +easy. -- GitLab