update install from source directions to work with Go 1.16

This commit is contained in:
Joshua Humphries 2021-09-23 10:37:13 -04:00 committed by GitHub
parent c3bde04cc1
commit bf9b13d6c5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -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`