From d6fb5df411760386cb6d85c18caf4432797be263 Mon Sep 17 00:00:00 2001 From: Connor Clark Date: Mon, 15 Aug 2016 17:24:00 -0700 Subject: [PATCH] Update README.md Add homebrew instructions --- README.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 11ddb97..27fc022 100644 --- a/README.md +++ b/README.md @@ -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