File tree Expand file tree Collapse file tree 1 file changed +19
-19
lines changed Expand file tree Collapse file tree 1 file changed +19
-19
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,25 @@ revisions/versions of your helm release.
1010
1111<a href =" https://asciinema.org/a/105326 " target =" _blank " ><img src =" https://asciinema.org/a/105326.png " /></a >
1212
13+ ## Install
14+
15+ ### Using Helm plugin manager (> 2.3.x)
16+
17+ ``` shell
18+ helm plugin install https://github.com/databus23/helm-diff
19+ ```
20+
21+ ### Pre Helm 2.3.0 Installation
22+ Pick a release tarball from the [ releases] ( https://github.com/databus23/helm-diff/releases ) page.
23+
24+ Unpack the tarball in your helm plugins directory (` $(helm home)/plugins ` ).
25+
26+ E.g.
27+ ```
28+ curl -L $TARBALL_URL | tar -C $(helm home)/plugins -xzv
29+ ```
30+
31+
1332## Usage
1433
1534```
@@ -185,25 +204,6 @@ Global Flags:
185204 --no-color remove colors from the output
186205```
187206
188-
189- ## Install
190-
191- ### Using Helm plugin manager (> 2.3.x)
192-
193- ``` shell
194- helm plugin install https://github.com/databus23/helm-diff --version master
195- ```
196-
197- ### Pre Helm 2.3.0 Installation
198- Pick a release tarball from the [ releases] ( https://github.com/databus23/helm-diff/releases ) page.
199-
200- Unpack the tarball in your helm plugins directory (` $(helm home)/plugins ` ).
201-
202- E.g.
203- ```
204- curl -L $TARBALL_URL | tar -C $(helm home)/plugins -xzv
205- ```
206-
207207## Build
208208
209209Clone the repository into your ` $GOPATH ` and then build it.
You can’t perform that action at this time.
0 commit comments