update `go get` line in README
Go tool needs to also gets dependencies for sub-packages
This commit is contained in:
parent
0162fa9726
commit
8376c2f7bb
|
|
@ -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
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue