From bf9b13d6c50485678e5147758e871198c80fcac4 Mon Sep 17 00:00:00 2001 From: Joshua Humphries Date: Thu, 23 Sep 2021 10:37:13 -0400 Subject: [PATCH] update install from source directions to work with Go 1.16 --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 6c647d36..eeb76b82 100644 --- a/README.md +++ b/README.md @@ -79,8 +79,7 @@ https://repology.org/project/grpcurl/information If you already have the [Go SDK](https://golang.org/doc/install) installed, you can use the `go` tool to install `grpcurl`: ```shell -go get github.com/fullstorydev/grpcurl/... -go install github.com/fullstorydev/grpcurl/cmd/grpcurl +go install github.com/fullstorydev/grpcurl/cmd/grpcurl@latest ``` This installs the command into the `bin` sub-folder of wherever your `$GOPATH`