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

View File

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