diff --git a/README.md b/README.md index 6e1d94e61dfcfe28fe448152f5065a3a90ad9c3c..00cdf42b5e22d5d398efecfacb37273fa9669eb9 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.