From 758f4ebfac99ee2e87f03b5609aa737049bf0a91 Mon Sep 17 00:00:00 2001 From: Timo Sand Date: Thu, 27 Feb 2020 09:24:20 +0100 Subject: [PATCH 1/2] Update README.md Install should work now without `--version master` --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 85e6a8d4..82b03624 100644 --- a/README.md +++ b/README.md @@ -190,7 +190,7 @@ Global Flags: ### Using Helm plugin manager (> 2.3.x) ```shell -helm plugin install https://github.com/databus23/helm-diff --version master +helm plugin install https://github.com/databus23/helm-diff ``` ### Pre Helm 2.3.0 Installation From 481792ef95194f01ba71aef3499c09a840bdf941 Mon Sep 17 00:00:00 2001 From: Timo Sand Date: Thu, 27 Feb 2020 09:25:19 +0100 Subject: [PATCH 2/2] Move installation to top --- README.md | 38 +++++++++++++++++++------------------- 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/README.md b/README.md index 82b03624..9ce73a34 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,25 @@ revisions/versions of your helm release. +## Install + +### Using Helm plugin manager (> 2.3.x) + +```shell +helm plugin install https://github.com/databus23/helm-diff +``` + +### Pre Helm 2.3.0 Installation +Pick a release tarball from the [releases](https://github.com/databus23/helm-diff/releases) page. + +Unpack the tarball in your helm plugins directory (`$(helm home)/plugins`). + +E.g. +``` +curl -L $TARBALL_URL | tar -C $(helm home)/plugins -xzv +``` + + ## Usage ``` @@ -184,25 +203,6 @@ Global Flags: --no-color remove colors from the output ``` - -## Install - -### Using Helm plugin manager (> 2.3.x) - -```shell -helm plugin install https://github.com/databus23/helm-diff -``` - -### Pre Helm 2.3.0 Installation -Pick a release tarball from the [releases](https://github.com/databus23/helm-diff/releases) page. - -Unpack the tarball in your helm plugins directory (`$(helm home)/plugins`). - -E.g. -``` -curl -L $TARBALL_URL | tar -C $(helm home)/plugins -xzv -``` - ## Build Clone the repository into your `$GOPATH` and then build it.