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-6Lines changed: 4 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ Install the latest `deis` client for Linux or Mac OS X with:
10
10
The installer places the `deis` binary in your current directory, but you
11
11
should move it somewhere in your $PATH:
12
12
13
-
$ ln -fs $PWD/deis /usr/local/bin/deis
13
+
$ sudo mv $PWD/deis /usr/local/bin/deis
14
14
15
15
Check your work by running `deis version`:
16
16
@@ -25,12 +25,10 @@ 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
-
*or*:
28
+
The installer places the `helm` binary in your current directory, but you
29
+
should move it somewhere in your $PATH:
29
30
30
-
1. Grab a prebuilt binary from:
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