diff options
author | Ruben ten Hove <git@rhtenhove.nl> | 2022-06-27 15:37:15 +0000 |
---|---|---|
committer | Ruben ten Hove <git@rhtenhove.nl> | 2022-06-27 15:37:15 +0000 |
commit | 5fa7861149174fcd16fb11527a3340756e730f5c (patch) | |
tree | fa681f270e9039cbed7f20ea514d9861dffa38ba | |
parent | e969972c9799788df0f4af07b9112bb198024f21 (diff) | |
download | afl++-5fa7861149174fcd16fb11527a3340756e730f5c.tar.gz |
no need for that line anymore
-rw-r--r-- | docs/INSTALL.md | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/docs/INSTALL.md b/docs/INSTALL.md index 05ec6693..e29fca96 100644 --- a/docs/INSTALL.md +++ b/docs/INSTALL.md @@ -34,8 +34,6 @@ make distrib sudo make install ``` -> We add the `-i` to make so it will skip any features that fail to install. - It is recommended to install the newest available gcc, clang and llvm-dev possible in your distribution! |