add Homebrew installation method to README (#77)

This commit is contained in:
Andrew McCallum 2019-01-23 15:50:39 +00:00 committed by Joshua Humphries
parent 1c6532c060
commit 4a329f3b13
1 changed files with 5 additions and 0 deletions

View File

@ -49,6 +49,11 @@ files (containing compiled descriptors, produced by `protoc`) to `grpcurl`.
Download the binary from the [releases](https://github.com/fullstorydev/grpcurl/releases) page.
On macOS, `grpcurl` is available via Homebrew:
```shell
brew install grpcurl
```
### From Source
You can use the `go` tool to install `grpcurl`:
```shell