We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 778a0e1 commit fddf8c2Copy full SHA for fddf8c2
1 file changed
docs/installing_deis/install-deisctl.rst
@@ -19,6 +19,8 @@ and run the latest installer:
19
20
$ cd ~/bin
21
$ curl -sSL http://deis.io/deisctl/install.sh | sh -s 1.4.1
22
+ $ # on CoreOS, add "sudo" to install to /opt/bin/deisctl
23
+ $ curl -sSL http://deis.io/deisctl/install.sh | sudo sh -s 1.4.1
24
25
This installs ``deisctl`` version 1.4.1 to the current directory, and downloads the matching
26
Deis systemd unit files used to schedule the components. Link ``deisctl`` into /usr/local/bin, so
0 commit comments