diff --git a/README.md b/README.md --- a/README.md +++ b/README.md @@ -22,8 +22,8 @@ * [Install clang](#install-clang) * [Build clazy](#build-clazy-2) * [macOS with Homebrew](#macos-with-homebrew) - * [Install clang](#install-clang-1) - * [Build clazy](#build-clazy-3) + * [Option one: stable](#option-one-stable) + * [Option two: master](#option-two-master) * [Setting up your project to build with clazy](#setting-up-your-project-to-build-with-clazy) * [List of checks](#list-of-checks) * [Selecting which checks to enable](#selecting-which-checks-to-enable) @@ -140,19 +140,16 @@ ## macOS with Homebrew -### Install clang +### Option one: stable ``` -$ brew install --with-clang llvm +$ brew install haraldf/kf5/clazy ``` -### Build clazy +### Option two: master + ``` - $ export CXX=clang++ - $ export LLVM_ROOT=/usr/local/opt/llvm - $ cmake - $ make - $ make install +$ brew install haraldf/kf5/clazy --HEAD ``` # Setting up your project to build with clazy