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,12 +32,12 @@ Install the latest `helmc` cli for Linux or Mac OS X with:
32
32
- the CI build pipeline: [](https://bintray.com/deis/helm-ci/helmc/_latestVersion#files)
33
33
2. Unzip the package and make sure `helmc` is available on the PATH.
34
34
35
-
Check your work by running `helmc version`:
35
+
Check your work by running `helmc --version`:
36
36
37
-
$ helmc version
38
-
helmc version 0.8.0+f3cafbc
37
+
$ helmc --version
38
+
helmc version 0.8.1+e4b3983
39
39
40
-
Make sure you are running at least version 0.8.0 or newer.
40
+
Make sure you are running at least version 0.8.1 or newer.
41
41
42
42
## Step 2: Boot a Kubernetes Cluster and Install Deis Workflow
0 commit comments