Update README.md

Add homebrew instructions
This commit is contained in:
Connor Clark 2016-08-15 17:24:00 -07:00 committed by GitHub Enterprise
parent 096d399b30
commit d6fb5df411

View File

@ -16,8 +16,15 @@ Building GRPC
-------------
In order to compile this project, and anything which depends on it, you will need a working installation
of the GRPC C core libraries. This library currently uses the 0.15 version range, so checkout an appropriate revision
of the repository, and install as follows:
of the GRPC C core libraries. This library currently uses the 0.15 version range. If you are on OS X, you can install it with homebrew:
```
brew tap grpc/grpc
brew install grpc
```
Alternatively, you can build gRPC from source by checking out an appropriate revision
of the repository, and installing as follows:
```sh
git clone https://github.com/grpc/grpc.git