Skip to content

Commit 4b81149

Browse files
committed
docs(deisctl): clarify deisctl version when using install.sh
1 parent 27ba819 commit 4b81149

1 file changed

Lines changed: 14 additions & 1 deletion

File tree

deisctl/README.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@
44

55
## Installation
66

7-
To install `deisctl` on Linux or Mac OS X, run this command:
7+
### Latest deisctl
8+
9+
To install the latest `deisctl` on Linux or Mac OS X, run this command:
810

911
```console
1012
$ curl -sSL http://deis.io/deisctl/install.sh | sudo sh
@@ -21,6 +23,17 @@ To change installation options, save the installer directly from one of these li
2123
Then run the downloaded file as a shell script. Append `--help` to see what options
2224
are available.
2325

26+
### Builds for a specific Deis release
27+
28+
Note that this script will always give you the most freshly-built deisctl off master. If you are
29+
using a specific Deis release (not latest), you'll want to use the deisctl built for your release.
30+
31+
Builds are hosted on an S3 bucket at this URL format: `https://s3-us-west-2.amazonaws.com/opdemand/deisctl-<VERSION>-<darwin|linux>-amd64.run`
32+
33+
The deisctl release for Deis version 0.12 can be downloaded here: [Mac OS X](https://s3-us-west-2.amazonaws.com/opdemand/deisctl-0.12.0-darwin-amd64.run) | [Linux](https://s3-us-west-2.amazonaws.com/opdemand/deisctl-0.12.0-linux-amd64.run)
34+
35+
### Building from source
36+
2437
If you want to install from source, clone the repository and run
2538

2639
```console

0 commit comments

Comments
 (0)