From b25af8f0b848d61d1607eeb38f9082e3d6f3b74b Mon Sep 17 00:00:00 2001 From: Tuna Date: Mon, 31 Oct 2016 16:51:28 +0100 Subject: [PATCH] update README accordingly --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5cd385f8..25e41a23 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ file "redis-deployment.json" created Other examples are provided in the _examples_ [directory](./examples). -## Installation +## Installation To install `kompose`, you can either `go get` or install the binary from a new release. @@ -47,6 +47,7 @@ Grab the latest [release](https://github.com/kubernetes-incubator/kompose/releas Linux example: ```sh +======= wget https://github.com/kubernetes-incubator/kompose/releases/download/v0.1.2/kompose_linux-amd64.tar.gz tar -xvf kompose_linux-amd64.tar.gz --strip 1 sudo mv kompose /usr/local/bin