mirror of
https://github.com/MaskRay/ccls.git
synced 2024-11-22 15:45:08 +00:00
Update install method for Homebrew
parent
c07a5f86b7
commit
5f260563cd
6
Build.md
6
Build.md
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user