Update README.md

Use -u in go get to update dependencies
This commit is contained in:
Naveen Malik 2019-05-15 17:42:16 -04:00 committed by GitHub
parent 5d6316f470
commit 88c2b41f2a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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 -u github.com/fullstorydev/grpcurl
go install github.com/fullstorydev/grpcurl/cmd/grpcurl
```