aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files 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