From 25d6e52b681fbd1e21168658b1764db7028774c7 Mon Sep 17 00:00:00 2001 From: dfawley Date: Wed, 23 Aug 2017 10:39:14 -0700 Subject: [PATCH] Add -u to installation command (#1451) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 72c7325c..f1f789cf 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Installation To install this package, you need to install Go and setup your Go workspace on your computer. The simplest way to install the library is to run: ``` -$ go get google.golang.org/grpc +$ go get -u google.golang.org/grpc ``` Prerequisites