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
@@ -21,16 +21,16 @@ Check your work by running `deis version`:
21
21
22
22
We will install Deis Workflow using Helm Classic which is a tool for installing and managing software in a Kubernetes cluster.
23
23
24
-
Install the latest `helm` cli for Linux or Mac OS X with:
24
+
Install the latest `helmc` cli for Linux or Mac OS X with:
25
25
26
26
$ curl -sSL https://get.helm.sh | bash
27
27
28
28
*or*:
29
29
30
30
1. Grab a prebuilt binary from:
31
-
- the latest release: [](https://bintray.com/deis/helm/helm/_latestVersion#files)
32
-
- the CI build pipeline: [](https://bintray.com/deis/helm-ci/helm/_latestVersion#files)
33
-
2. Unzip the package and make sure `helm` is available on the PATH.
31
+
- the latest release: [](https://bintray.com/deis/helm/helmc/_latestVersion#files)
32
+
- the CI build pipeline: [](https://bintray.com/deis/helm-ci/helmc/_latestVersion#files)
33
+
2. Unzip the package and make sure `helmc` is available on the PATH.
0 commit comments