From 4a329f3b13c522e1ee6b01c24f38c91cc2eedcef Mon Sep 17 00:00:00 2001 From: Andrew McCallum <1956944+crewmanmud@users.noreply.github.com> Date: Wed, 23 Jan 2019 15:50:39 +0000 Subject: [PATCH] add Homebrew installation method to README (#77) --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 445df32..12ee13e 100644 --- a/README.md +++ b/README.md @@ -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