aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Fischer <florian.fl.fischer@fau.de>2020-05-04 11:47:00 +0200
committerFlorian Fischer <florian.fl.fischer@fau.de>2020-05-04 11:47:00 +0200
commitaa8f3de0421002881492673cbf69d626da334071 (patch)
tree2414f676b005f179474dfc6e6295077ef06b6c79
parent587da35f86cf4906571af747f4da9f1439430173 (diff)
downloadchattymalloc-aa8f3de0421002881492673cbf69d626da334071.tar.gz
chattymalloc-aa8f3de0421002881492673cbf69d626da334071.zip
add git url to README
-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