Skip to content

Commit bc4d8e9

Browse files
authored
Update installation instructions (#190)
* Update README.md Install should work now without `--version master` * Move installation to top
1 parent 511928d commit bc4d8e9

File tree

1 file changed

+19
-19
lines changed

1 file changed

+19
-19
lines changed

README.md

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff 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

209209
Clone the repository into your `$GOPATH` and then build it.

0 commit comments

Comments
 (0)