Skip to content

Commit 37d8f0e

Browse files
committed
Merge pull request #3383 from mboersma/revise-deisctl-install-docs
docs(installing): revise deisctl install to use sudo on CoreOS
2 parents fb43081 + fddf8c2 commit 37d8f0e

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

docs/installing_deis/install-deisctl.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ and run the latest installer:
1919
2020
$ cd ~/bin
2121
$ 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
2224
2325
This installs ``deisctl`` version 1.4.1 to the current directory, and downloads the matching
2426
Deis systemd unit files used to schedule the components. Link ``deisctl`` into /usr/local/bin, so

0 commit comments

Comments
 (0)