diff --git a/README.md b/README.md index 85e6a8d4..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 --version master -``` - -### 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.