Skip to content

Commit cb910b5

Browse files
fix(quickstart): don't point to bintray downloads (#380)
1 parent 714d40f commit cb910b5

1 file changed

Lines changed: 4 additions & 6 deletions

File tree

src/quickstart/install-cli-tools.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Install the latest `deis` client for Linux or Mac OS X with:
1010
The installer places the `deis` binary in your current directory, but you
1111
should move it somewhere in your $PATH:
1212

13-
$ ln -fs $PWD/deis /usr/local/bin/deis
13+
$ sudo mv $PWD/deis /usr/local/bin/deis
1414

1515
Check your work by running `deis version`:
1616

@@ -25,12 +25,10 @@ Install the latest `helmc` cli for Linux or Mac OS X with:
2525

2626
$ curl -sSL https://get.helm.sh | bash
2727

28-
*or*:
28+
The installer places the `helm` binary in your current directory, but you
29+
should move it somewhere in your $PATH:
2930

30-
1. Grab a prebuilt binary from:
31-
- the latest release: [ ![Download](https://api.bintray.com/packages/deis/helm/helmc/images/download.svg) ](https://bintray.com/deis/helm/helmc/_latestVersion#files)
32-
- 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)
33-
2. Unzip the package and make sure `helmc` is available on the PATH.
31+
$ sudo mv $PWD/helmc /usr/local/bin/helmc
3432

3533
Check your work by running `helmc --version`:
3634

0 commit comments

Comments
 (0)