diff --git a/README.md b/README.md index 9c91d38..1673edc 100644 --- a/README.md +++ b/README.md @@ -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 ```