Merge pull request #453 from cdrage/update-readme-with-new-go-update

Update the README with -u in go get
This commit is contained in:
Tomas Kral 2017-02-27 16:04:30 +01:00 committed by GitHub
commit e555e74a1d

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