about summary refs log tree commit diff
path: root/docs
diff options
context:
space:
mode:
authorvanhauser-thc <vh@thc.org>2021-12-26 01:05:07 +0100
committervanhauser-thc <vh@thc.org>2021-12-26 01:05:07 +0100
commit24dd35ef96ad1948132cee998d5e0909cfa2a5fc (patch)
tree3fb6d12713eb5784f58a730d90fd555d9b50906e /docs
parent8217b5ff81f08a77c376eec1db3a386f7d8ce23f (diff)
downloadafl++-24dd35ef96ad1948132cee998d5e0909cfa2a5fc.tar.gz
macos ci
Diffstat (limited to 'docs')
-rw-r--r--docs/INSTALL.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/INSTALL.md b/docs/INSTALL.md
index a41d36c7..7f0d3df1 100644
--- a/docs/INSTALL.md
+++ b/docs/INSTALL.md
@@ -99,7 +99,8 @@ Be sure to setup `PATH` to point to the correct clang binaries and use the
 freshly installed clang, clang++, gmake and coreutils, e.g.:
 
 ```
-export PATH="/usr/local/Cellar/llvm/13.0.0_2/bin/:/usr/local/opt/coreutils/libexec/gnubin:$PATH"
+export
+PATH="/usr/local/Cellar/llvm/13.0.0_2/bin/:/usr/local/opt/coreutils/libexec/gnubin:/usr/local/bin:$PATH"
 export CC=clang
 export CXX=clang++
 gmake