Update install method for Homebrew

Cheng Xu 2019-03-31 21:37:52 +08:00 committed by Fangrui Song
parent c07a5f86b7
commit 5f260563cd

@ -152,7 +152,11 @@ Older versions (6.x) use an older GNU libc which requires
### MacOS
To install **ccls** with Homebrew use https://github.com/twlz0ne/homebrew-ccls
To install ccls with Homebrew:
```sh
brew update
brew install ccls
```
To build from source you need MacOS 10.12 (Sierra) or higher to get a version
of Xcode with a sufficiently-new Clang.