diff options
| author | Florian Fischer <florian.fl.fischer@fau.de> | 2020-05-04 11:47:00 +0200 |
|---|---|---|
| committer | Florian Fischer <florian.fl.fischer@fau.de> | 2020-05-04 11:47:00 +0200 |
| commit | aa8f3de0421002881492673cbf69d626da334071 (patch) | |
| tree | 2414f676b005f179474dfc6e6295077ef06b6c79 /README.md | |
| parent | 587da35f86cf4906571af747f4da9f1439430173 (diff) | |
| download | chattymalloc-aa8f3de0421002881492673cbf69d626da334071.tar.gz chattymalloc-aa8f3de0421002881492673cbf69d626da334071.zip | |
add git url to README
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -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 |
