From 8376c2f7bb267bc5f85ac048bed416e56460c403 Mon Sep 17 00:00:00 2001 From: Joshua Humphries Date: Mon, 20 Jul 2020 12:46:55 -0400 Subject: [PATCH] update `go get` line in README Go tool needs to also gets dependencies for sub-packages --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9c91d38..1673edc 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ brew install grpcurl ### From Source You can use the `go` tool to install `grpcurl`: ```shell -go get github.com/fullstorydev/grpcurl +go get github.com/fullstorydev/grpcurl/... go install github.com/fullstorydev/grpcurl/cmd/grpcurl ```