Update the README with -u in go get

Updates the readme to include -u in `go get` in order to upgrade
already-installed versions of Kompose.
This commit is contained in:
Charlie Drage 2017-02-27 09:56:07 -05:00
parent 135165b39c
commit 13b6c3dbd1

View File

@ -38,7 +38,7 @@ To install `kompose`, you can either `go get` or install the binary from a new r
#### Go
```sh
go get github.com/kubernetes-incubator/kompose
go get -u github.com/kubernetes-incubator/kompose
```
#### GitHub release