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