File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -39,15 +39,11 @@ $ helm install deis/deis
3939Complete instructions for installing and managing a Deis cluster are
4040available in the [ docs folder] ( https://github.com/deis/workflow/tree/master/docs/src ) .
4141
42+ If you want to retrieve the latest client dev build for OS X or Linux, download the client:
4243
43- If you want to retrieve the latest client build, check
44- [ the latest builds on Travis CI] ( https://travis-ci.org/deis/workflow/builds ) , notice the last build
45- number that went green and use the following URL to retrieve the client build:
46-
47- <https://get-deis.s3.amazonaws.com/deis/workflow/$BUILD_NUM/$BUILD_NUM.1/client/deis>
48-
49- Note that this client build will only work on Linux. If you're on OS X, you'll have to build the
50- client from source.
44+ ``` console
45+ $ curl -sSL http://deis.io/deis-cli/install-v2-alpha.sh | sh
46+ ```
5147
5248If you want to hack on a new feature, build the deis/workflow image and push it to a Docker
5349registry. The ` $DEIS_REGISTRY ` environment variable must point to a registry accessible to your
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.sh | sh
11+ $ curl -sSL http://deis.io/deis-cli/install-v2-alpha .sh | sh
1212
1313The installer puts ` deis ` in your current directory, but you should move it
1414somewhere in your $PATH:
@@ -75,6 +75,6 @@ of running the ps command against an app with the same name from two profiles:
7575
7676 $ DEIS_PROFILE=production deis ps -a helloworld
7777 $ DEIS_PROFILE=staging deis ps -a helloworld
78-
78+
7979
8080[ controller ] : ../understanding-deis/components.md#controller
You can’t perform that action at this time.
0 commit comments