From a6d66cceb973adc64f7720ffb562ed724321faec Mon Sep 17 00:00:00 2001 From: Tamas Gal <tgal@km3net.de> Date: Wed, 17 Oct 2018 14:51:22 +0200 Subject: [PATCH] Fix formatting --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 6e1d94e..00cdf42 100644 --- a/README.md +++ b/README.md @@ -5,15 +5,19 @@ 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