Add -u to installation command (#1451)
This commit is contained in:
@ -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:
|
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
|
Prerequisites
|
||||||
|
Reference in New Issue
Block a user