add Homebrew installation method

Closes #52
This commit is contained in:
Andrew McCallum 2019-01-22 22:21:11 +00:00 committed by GitHub
parent 1c6532c060
commit c70adfd061
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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. 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 ### From Source
You can use the `go` tool to install `grpcurl`: You can use the `go` tool to install `grpcurl`:
```shell ```shell