From 8d63c6413df5272d588359cce388d109508677f0 Mon Sep 17 00:00:00 2001 From: Charlie Drage Date: Thu, 23 Mar 2017 09:42:17 -0400 Subject: [PATCH] Update the readme with tarball and installation instructions Updates the readme to reflect that we now have a tarball as well as latest development instructions on prefering the binary installation over `go get`. --- README.md | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 19a950be..df51c215 100644 --- a/README.md +++ b/README.md @@ -33,13 +33,7 @@ Other examples are provided in the _examples_ [directory](./examples). ## Installation -To install `kompose`, you can either `go get` or install the binary from a new release. - -#### Go - -```sh -go get -u github.com/kubernetes-incubator/kompose -``` +We have multiple ways to install Kompose. Our prefered method is downloading the binary from the latest GitHub release. #### GitHub release @@ -54,13 +48,21 @@ curl -L https://github.com/kubernetes-incubator/kompose/releases/download/v0.4.0 # Windows curl -L https://github.com/kubernetes-incubator/kompose/releases/download/v0.4.0/kompose-windows-amd64.exe -o kompose.exe -``` -```sh chmod +x kompose sudo mv ./kompose /usr/local/bin/kompose ``` +Alternatively, you can download the [tarball](https://github.com/kubernetes-incubator/kompose/releases]. + +#### Go + +Installing using `go get` pulls from the master branch with the latest development changes. + +```sh +go get -u github.com/kubernetes-incubator/kompose +``` + #### CentOS Kompose is in [EPEL](https://fedoraproject.org/wiki/EPEL) CentOS repository.