From 3d758f4e8944b4731a2dd2c05a59ee6ec556e053 Mon Sep 17 00:00:00 2001 From: Leigh McCulloch Date: Tue, 18 Sep 2018 05:28:24 +0000 Subject: [PATCH] Add instructions for binaries --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 52eded1..4314715 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,11 @@ As mentioned above, `grpcurl` works seamlessly if the server supports the reflec service. If not, you can supply the `.proto` source files or you can supply protoset files (containing compiled descriptors, produced by `protoc`) to `grpcurl`. -## Installation +## Installation (binaries) + +Download the binary from the [releases](https://github.com/fullstorydev/grpcurl/releases) page. + +## Installation (source) You can use the `go` tool to install `grpcurl`: ```shell go get github.com/fullstorydev/grpcurl