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 ```