Skip to content

Commit 01915c6

Browse files
committed
Add Install section to README
1 parent a6682dd commit 01915c6

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,16 @@ $ helm diff [flags] RELEASE CHART
2121

2222

2323
## 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
2434

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

@@ -39,4 +49,4 @@ The above will install this plugin into your `$HELM_HOME/plugins` directory.
3949
- You need to have [Go](http://golang.org) installed. Make sure to set `$GOPATH`
4050
- If you don't have [Glide](http://glide.sh) installed, this will install it into
4151
`$GOPATH/bin` for you.
42-
jk
52+
jk

0 commit comments

Comments
 (0)