diff --git a/README.md b/README.md index ac572e0df..515c80c42 100644 --- a/README.md +++ b/README.md @@ -252,7 +252,7 @@ In order to build llama.cpp you have three different options. ```bash sudo pkg install gmake automake autoconf pkgconf llvm15 clinfo clover \ opencl clblast openblas - + gmake CC=/usr/local/bin/clang15 CXX=/usr/local/bin/clang++15 -j4 ```