From 70c15db109e8858d9dafa96b66a9ee4eb4c0f45d Mon Sep 17 00:00:00 2001 From: htamas1210 Date: Thu, 8 Jan 2026 14:51:17 +0100 Subject: [PATCH] Update README.md --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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`