update `go get` line in README

Go tool needs to also gets dependencies for sub-packages
This commit is contained in:
Joshua Humphries 2020-07-20 12:46:55 -04:00 committed by GitHub
parent 0162fa9726
commit 8376c2f7bb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ brew install grpcurl
### From Source ### From Source
You can use the `go` tool to install `grpcurl`: You can use the `go` tool to install `grpcurl`:
```shell ```shell
go get github.com/fullstorydev/grpcurl go get github.com/fullstorydev/grpcurl/...
go install github.com/fullstorydev/grpcurl/cmd/grpcurl go install github.com/fullstorydev/grpcurl/cmd/grpcurl
``` ```