From 8e4a8f6f09fd766a320aaa49659dc39692098aa5 Mon Sep 17 00:00:00 2001 From: retoor Date: Thu, 28 Nov 2024 19:05:34 +0100 Subject: [PATCH] Update readme. --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 0db8421..17ac97f 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,10 @@ Fast as light evaluator for text files to summarize specific details about the t ``` make build ``` +Build with memory check (requires valgrind to be installed): +``` +make valgrind +``` ## Running ### Using files as parameter ```