diff --git a/README.md b/README.md index 3748d6e..18cd303 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,12 @@ A Le Mans Ultimate telemetry viewer with a hosted database. `sudo pacman -S mariadb-libs` +### Valgrind +`sudo pacman -S valgrind` + +## Running: +`make run` -> run a linux binary with a sample data +`make run valgrind=true` -> run the linux binary with valgrind ## Compiling: @@ -27,4 +33,4 @@ A Le Mans Ultimate telemetry viewer with a hosted database. #### Linux (Default): -`make target=linux` +`make target=linux` or just `make`