about summary refs log tree commit diff
path: root/README.md
diff options
context:
space:
mode:
authorvanhauser-thc <vh@thc.org>2021-03-25 08:54:47 +0100
committervanhauser-thc <vh@thc.org>2021-03-25 08:55:04 +0100
commit90e7543038350fab1496b474c5aabd0b89644bad (patch)
treee9a9a908b30e98ede28d2d9f42fe95a6b3e9031f /README.md
parent3b860c1dd63036ee99fbb548c5c0ba0c67f9af08 (diff)
downloadafl++-90e7543038350fab1496b474c5aabd0b89644bad.tar.gz
update dynamic list
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 084971f3..2de35d11 100644
--- a/README.md
+++ b/README.md
@@ -180,7 +180,7 @@ sudo apt-get install -y build-essential python3-dev automake git flex bison libg
 # try to install llvm 11 and install the distro default if that fails
 sudo apt-get install -y lld-11 llvm-11 llvm-11-dev clang-11 || sudo apt-get install -y lld llvm llvm-dev clang 
 sudo apt-get install -y gcc-$(gcc --version|head -n1|sed 's/.* //'|sed 's/\..*//')-plugin-dev libstdc++-$(gcc --version|head -n1|sed 's/.* //'|sed 's/\..*//')-dev
-git clone https://github.com/AFLplusplus/AFLplusplus && cd AFLplusplus
+git clone https://github.com/AFLplusplus/AFLplusplus
 cd AFLplusplus
 make distrib
 sudo make install