diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/INSTALL.md | 3 |
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 |