From 220785feb106d7bca48d6d6382b439ff4fc3ba60 Mon Sep 17 00:00:00 2001
From: pkd <paulkronlund@gmail.com>
Date: Thu, 9 Nov 2023 19:57:33 +0100
Subject: [PATCH] Update README.md

---
 README.md | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/README.md b/README.md
index a3bd4a3..4fff205 100644
--- a/README.md
+++ b/README.md
@@ -17,3 +17,11 @@ make formats
 sudo make install
 make test
 ```
+
+### Memory checking tool
+
+In order to run the program with the memcheck tool from the cutils library run :
+```bash
+make MEMCHECK=1 all
+sudo make install
+```