From 88c2b41f2a4a1f47b2bd690d77baff94ccc661b4 Mon Sep 17 00:00:00 2001 From: Naveen Malik Date: Wed, 15 May 2019 17:42:16 -0400 Subject: [PATCH] Update README.md Use -u in go get to update dependencies --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ```