mirror of
https://github.com/fullstorydev/grpcurl.git
synced 2026-05-22 19:51:44 +03:00
update go get line in README
Go tool needs to also gets dependencies for sub-packages
This commit is contained in:
@@ -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
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user