From 3e8c9b2334fad5715b40f6606aef5b4caf3aeb5b Mon Sep 17 00:00:00 2001 From: zakarouf Date: Sun, 22 Dec 2024 21:39:33 +0530 Subject: [PATCH] Updated: README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 28ba313..4812404 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ This library provides Core Functionality built upon the C language. Inspired and ### Memory Tracker -A simple memory tracker for debug purpose. **NOT GC (Garbage Collector)**. +A simple memory wrapper for debug purpose. * A wrapper around malloc, calloc, realloc, free. z__MALLOC, z__CALLOC, z__REALLOC, z__FREE. * Logging memory allocation and de-allocation that can output in any file-stream including stdout. @@ -88,7 +88,7 @@ Therefore, You need to explicitly include the ``, ``. Inorder to integrated `z_` in your project only ```sh git clone --depth=1 git://github.com/zakarouf/z_.git -sh make-lib.sh +sh build.sh lib ``` Will result a library libzkcollection.a created in the `./build/lib` and headers at `./build/include` as `z_` directory.