Skip to content
Snippets Groups Projects
Commit 57b45363 authored by Tamas Gal's avatar Tamas Gal :speech_balloon:
Browse files

Update usage

parent d5e330b9
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment