diff --git a/README.md b/README.md index 1713f2f..0e0b724 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 -u github.com/fullstorydev/grpcurl go install github.com/fullstorydev/grpcurl/cmd/grpcurl ```