From 13b6c3dbd124b360c6d3d2e21b5ce6876cb5c0a3 Mon Sep 17 00:00:00 2001 From: Charlie Drage Date: Mon, 27 Feb 2017 09:56:07 -0500 Subject: [PATCH] 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. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4334ba63..a0a7a31e 100644 --- a/README.md +++ b/README.md @@ -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