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: README.md
+4-10Lines changed: 4 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,27 +4,21 @@
4
4
5
5
## Installation
6
6
7
-
To install `deisctl` on Mac OS X, run this command:
7
+
To install `deisctl` on Linux or Mac OS X, run this command:
8
8
9
9
```console
10
-
curl -sSL https://deis.io/deisctl/darwin/ | sudo sh
10
+
curl -sSL https://deis.io/deisctl/install.sh | sudo sh
11
11
```
12
12
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
20
14
to *~/.deisctl* one time.
21
15
22
16
To change installation options, save the installer directly from one of these links:
23
17
24
18
[](https://s3-us-west-2.amazonaws.com/opdemand/deisctl-0.11.0-linux-amd64.run)
25
19
[](https://s3-us-west-2.amazonaws.com/opdemand/deisctl-0.11.0-darwin-amd64.run)
26
20
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
0 commit comments