diff options
author | van Hauser <vh@thc.org> | 2019-01-04 11:33:08 +0100 |
---|---|---|
committer | van Hauser <vh@thc.org> | 2019-01-04 11:33:08 +0100 |
commit | 466fcc5741f8bfebfa1beb45a8f12d5508883279 (patch) | |
tree | 69a106657f052b215a451b76654a7b9dd48c9cf8 /README.md | |
parent | 2868ba98b6e9320899bf6f0a21c4e04e9428169f (diff) | |
download | afl-dyninst-466fcc5741f8bfebfa1beb45a8f12d5508883279.tar.gz |
README updates
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md index e219632..d8cddd4 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ cd /usr/lib/x86_64-linux-gnu && for i in libboost*.so libboost*.a; do ln -s $i $n done ``` -5. now clone dyninst; mkdir build; cd build; cmake ..; make; make install +5. git clone https://github.com/dyninst/dyninst ; mkdir build ; cd build ; cmake .. ; make ; make install ## Commandline options |