aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--readme.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/readme.md b/readme.md
index 4bf05d5..c3c0f4e 100644
--- a/readme.md
+++ b/readme.md
@@ -17,14 +17,18 @@ Compiling and Installing
memperf uses automake, so compilation is pretty standard
+~~~{.sh}
autoreconf -i
./configure
make
make install
+~~~
tests can be run with
+~~~{.sh}
make check
+~~~
License
=======