Skip to content

Commit 68b88dd

Browse files
author
Lachlan Evenson
committed
Add plugin manager install procedure
1 parent 9223afe commit 68b88dd

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,14 @@ $ helm diff [flags] RELEASE CHART
2121

2222

2323
## Install
24+
25+
### Using Helm plugin manager (> 2.3.x)
26+
27+
```shell
28+
helm plugin install https://github.com/databus23/helm-diff/
29+
```
30+
31+
### Pre Helm 2.3.0 Installation
2432
Pick a release tarball from the [releases](https://github.com/databus23/helm-diff/releases) page.
2533

2634
Unpack the tarball in your helm plugins directory (`$(helm home)/plugins`).

0 commit comments

Comments
 (0)