You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+21Lines changed: 21 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -28,6 +28,27 @@ E.g.
28
28
curl -L $TARBALL_URL | tar -C $(helm home)/plugins -xzv
29
29
```
30
30
31
+
### From Source
32
+
#### Prerequisites
33
+
- GoLang `>= 1.14`
34
+
35
+
Make sure you do not have a verison of `helm-diff` installed. You can remove it by running `helm plugin uninstall diff`
36
+
37
+
#### Installation Steps
38
+
The first step is to download the repository and enter the directory. You can do this via `git clone` or downloaing and extracting the release. If you clone via git, remember to checkout the latest tag for the latest release.
39
+
40
+
Next, depending on which helm version you have, install the plugin into helm.
0 commit comments