From d012358748ec7a6100d24ae5f82822b88245e4c0 Mon Sep 17 00:00:00 2001 From: clchrlls <102234184+clchrlls@users.noreply.github.com> Date: Wed, 23 Mar 2022 15:02:47 +0100 Subject: missing column --- docs/INSTALL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') 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 -- cgit 1.4.1