diff options
author | clchrlls <102234184+clchrlls@users.noreply.github.com> | 2022-03-23 15:03:56 +0100 |
---|---|---|
committer | clchrlls <102234184+clchrlls@users.noreply.github.com> | 2022-03-23 15:03:56 +0100 |
commit | ce0db35f186f442da8c9e2947093e570d35ce251 (patch) | |
tree | 82193a54d80211db5b558ac38df964b7a08988ba /docs | |
parent | d012358748ec7a6100d24ae5f82822b88245e4c0 (diff) | |
download | afl++-ce0db35f186f442da8c9e2947093e570d35ce251.tar.gz |
Not sure the fix is needed only for debian 10
Diffstat (limited to 'docs')
-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 a3af2a87..381c34fd 100644 --- a/docs/INSTALL.md +++ b/docs/INSTALL.md @@ -30,7 +30,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 ``` -On other distributions and versions of Debian: +On other systems: ```shell sudo apt-get update |