Skip to content

Commit ca7a7b2

Browse files
committed
Merge pull request #23 from mboersma/deisctl-installer-links
fix(README): update installer links
2 parents 004ed37 + 54dc7df commit ca7a7b2

3 files changed

Lines changed: 4 additions & 44 deletions

File tree

README.md

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,27 +4,21 @@
44

55
## Installation
66

7-
To install `deisctl` on Mac OS X, run this command:
7+
To install `deisctl` on Linux or Mac OS X, run this command:
88

99
```console
10-
curl -sSL https://deis.io/deisctl/darwin/ | sudo sh
10+
curl -sSL https://deis.io/deisctl/install.sh | sudo sh
1111
```
1212

13-
To install `deisctl` on Linux, run this command:
14-
15-
```console
16-
curl -sSL https://deis.io/deisctl/linux/ | sudo sh
17-
```
18-
19-
These installers put `deisctl` in */usr/local/bin* and download current Deis unit files
13+
The installer puts `deisctl` in */usr/local/bin* and downloads current Deis unit files
2014
to *~/.deisctl* one time.
2115

2216
To change installation options, save the installer directly from one of these links:
2317

2418
[![Download for Linux](http://img.shields.io/badge/download-Linux-brightgreen.svg?style=flat)](https://s3-us-west-2.amazonaws.com/opdemand/deisctl-0.11.0-linux-amd64.run)
2519
[![Download for Mac OS X](http://img.shields.io/badge/download-Mac%20OS%20X-brightgreen.svg?style=flat)](https://s3-us-west-2.amazonaws.com/opdemand/deisctl-0.11.0-darwin-amd64.run)
2620

27-
Then run the downloaded file as a shell script, providing `--help` to see what options
21+
Then run the downloaded file as a shell script. Append `--help` to see what options
2822
are available.
2923

3024

install-darwin.sh

Lines changed: 0 additions & 17 deletions
This file was deleted.

install-linux.sh

Lines changed: 0 additions & 17 deletions
This file was deleted.

0 commit comments

Comments
 (0)