From aa8f3de0421002881492673cbf69d626da334071 Mon Sep 17 00:00:00 2001 From: Florian Fischer Date: Mon, 4 May 2020 11:47:00 +0200 Subject: add git url to README --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5031f49..2bdbd78 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# chattymalloc - a shared library to trace memory allocators +# chattymalloc - a performant shared library based memory allocator tracer ## Dependencies @@ -7,7 +7,9 @@ ## Compilation -Clone the repository and run `make`. +Clone the repository. +`git clone https://muhq.space/software/chattymalloc.git` +Build chattymalloc by running `make` in the repository root. ## Usage -- cgit v1.2.3