diff options
author | clchrlls <102234184+clchrlls@users.noreply.github.com> | 2022-03-23 15:02:47 +0100 |
---|---|---|
committer | clchrlls <102234184+clchrlls@users.noreply.github.com> | 2022-03-23 15:02:47 +0100 |
commit | d012358748ec7a6100d24ae5f82822b88245e4c0 (patch) | |
tree | 02aa8c464896ba35b84e326888a7838fb062a040 | |
parent | d4734f6d9b2bcb3d66fe4cd602991009ea36a4ab (diff) | |
download | afl++-d012358748ec7a6100d24ae5f82822b88245e4c0.tar.gz |
missing column
-rw-r--r-- | docs/INSTALL.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/INSTALL.md b/docs/INSTALL.md index 26b125b8..a3af2a87 100644 --- a/docs/INSTALL.md +++ b/docs/INSTALL.md @@ -41,7 +41,7 @@ sudo apt-get install -y gcc-$(gcc --version|head -n1|sed 's/.* //'|sed 's/\..*// sudo apt-get install -y ninja-build # for QEMU mode ``` -Then install AFLplusplus +Then install AFLplusplus: ```shell git clone https://github.com/AFLplusplus/AFLplusplus cd AFLplusplus |