Skip to content

Commit b23a199

Browse files
committed
Merge pull request #292 from jschneiderhan/patch-1
helmc version command
2 parents 6e3fac8 + 9e10552 commit b23a199

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

src/quickstart/install-cli-tools.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,12 @@ Install the latest `helmc` cli for Linux or Mac OS X with:
3232
- the CI build pipeline: [ ![Download](https://api.bintray.com/packages/deis/helm-ci/helmc/images/download.svg) ](https://bintray.com/deis/helm-ci/helmc/_latestVersion#files)
3333
2. Unzip the package and make sure `helmc` is available on the PATH.
3434

35-
Check your work by running `helmc version`:
35+
Check your work by running `helmc --version`:
3636

37-
$ helmc version
38-
helmc version 0.8.0+f3cafbc
37+
$ helmc --version
38+
helmc version 0.8.1+e4b3983
3939

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.
4141

4242
## Step 2: Boot a Kubernetes Cluster and Install Deis Workflow
4343

0 commit comments

Comments
 (0)