about summary refs log tree commit diff
path: root/docs/INSTALL.md
diff options
context:
space:
mode:
authorllzmb <46303940+llzmb@users.noreply.github.com>2021-08-08 21:22:47 +0200
committerllzmb <46303940+llzmb@users.noreply.github.com>2021-08-08 21:22:47 +0200
commitab43289c1a6232a308eeba9ed9b1a8fe8168f72d (patch)
tree873a5c822e7572c9146d4a4f24a832dc867838e5 /docs/INSTALL.md
parentc779262d8924daa4ac2c127db2a699c818c3c709 (diff)
parentdf74625df0324e17178dbf3c7c03484719ef6dd0 (diff)
downloadafl++-ab43289c1a6232a308eeba9ed9b1a8fe8168f72d.tar.gz
Merge branch 'dev' into docs_edit_remote_monitoring
Diffstat (limited to 'docs/INSTALL.md')
-rw-r--r--docs/INSTALL.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/INSTALL.md b/docs/INSTALL.md
index b3f9fb96..17af532a 100644
--- a/docs/INSTALL.md
+++ b/docs/INSTALL.md
@@ -74,7 +74,7 @@ and depend mostly on user feedback.
 To build AFL, install llvm (and perhaps gcc) from brew and follow the general
 instructions for Linux. If possible avoid Xcode at all cost.
 
-`brew install wget git make cmake llvm`
+`brew install wget git make cmake llvm gdb`
 
 Be sure to setup PATH to point to the correct clang binaries and use the
 freshly installed clang, clang++ and gmake, e.g.: