File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ available in the [docs folder](https://github.com/deis/workflow/tree/master/docs
4242If you want to retrieve the latest client dev build for OS X or Linux, download the client:
4343
4444``` console
45- $ curl -sSL http://deis.io/deis-cli/install-v2-alpha.sh | sh
45+ $ curl -sSL http://deis.io/deis-cli/install-v2-alpha.sh | bash
4646```
4747
4848If you want to hack on a new feature, build the deis/workflow image and push it to a Docker
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ with a Deis [Controller][]. You must install the client to use Deis.
88
99Install the latest ` deis ` client for Linux or Mac OS X with:
1010
11- $ curl -sSL http://deis.io/deis-cli/install-v2-alpha.sh | sh
11+ $ curl -sSL http://deis.io/deis-cli/install-v2-alpha.sh | bash
1212
1313The installer puts ` deis ` in your current directory, but you should move it
1414somewhere in your $PATH:
You can’t perform that action at this time.
0 commit comments