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: src/quickstart/install-cli-tools.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,11 +32,11 @@ Install the latest `helm` cli for Linux or Mac OS X with:
32
32
- the CI build pipeline: [](https://bintray.com/deis/helm-ci/helm/_latestVersion#files)
33
33
2. Unzip the package and make sure `helm` is available on the PATH.
34
34
35
-
Check your work by running `helm version`:
35
+
Check your work by running `helmc version`:
36
36
37
-
$ helm version
38
-
helm version 0.6.0+1c8688e
37
+
$ helmc version
38
+
helmc version 0.7.0+20a7ed7
39
39
40
-
Make sure you are running at least version 0.6.0 or newer.
40
+
Make sure you are running at least version 0.7.0 or newer.
41
41
42
42
[Next: (Step 2) boot a kubernetes cluster](index.md#step-2-boot-a-kubernetes-cluster)
0 commit comments