diff options
-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 |