Skip to content

Commit

Permalink
Add -u to installation command (grpc#1451)
Browse files Browse the repository at this point in the history
  • Loading branch information
dfawley authored and menghanl committed Aug 30, 2017
1 parent 839d7b3 commit fbe846b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fbe846b

Please sign in to comment.