From 6eb8c4ca76e27451881cf15e34a04bb22c892aa4 Mon Sep 17 00:00:00 2001 From: Tuna Date: Fri, 28 Oct 2016 01:25:03 +0200 Subject: [PATCH] update README properly --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 0bd6196d..08bd3f6f 100644 --- a/README.md +++ b/README.md @@ -40,6 +40,12 @@ tar -xvf kompose_linux-amd64.tar.gz --strip 1 sudo mv kompose /usr/local/bin ``` +Otherwise, you could take the latest development package from master branch. Make sure your PATH includes the $GOPATH/bin directory so your commands can be easily used: +```console +$ go get github.com/kubernetes-incubator/kompose +$ export PATH=$PATH:$GOPATH/bin +``` + ## Bash completion Running this below command in order to benefit from bash completion