File tree Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -21,6 +21,16 @@ $ helm diff [flags] RELEASE CHART
21
21
22
22
23
23
## Install
24
+ Pick a release tarball from the [ releases] ( https://github.com/databus23/helm-diff/releases ) page.
25
+
26
+ Unpack the tarball in your helm plugins directory (` $(helm home)/plugins ` ).
27
+
28
+ E.g.
29
+ ```
30
+ curl -L $TARBALL_URL | tar -C $(helm home)/plugins -xzv
31
+ ```
32
+
33
+ ## Build
24
34
25
35
Clone the repository into your ` $GOPATH ` and then build it.
26
36
@@ -39,4 +49,4 @@ The above will install this plugin into your `$HELM_HOME/plugins` directory.
39
49
- You need to have [ Go] ( http://golang.org ) installed. Make sure to set ` $GOPATH `
40
50
- If you don't have [ Glide] ( http://glide.sh ) installed, this will install it into
41
51
` $GOPATH/bin ` for you.
42
- jk
52
+ jk
You can’t perform that action at this time.
0 commit comments