Skip to content

Commit 4404e08

Browse files
author
Matthew Fisher
committed
Merge pull request #151 from bacongobbler/one-liner-clients
docs(README): update client dev build instructions
2 parents e7a7fd6 + 7e1d5f1 commit 4404e08

2 files changed

Lines changed: 6 additions & 10 deletions

File tree

README.md

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -39,15 +39,11 @@ $ helm install deis/deis
3939
Complete instructions for installing and managing a Deis cluster are
4040
available 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

5248
If you want to hack on a new feature, build the deis/workflow image and push it to a Docker
5349
registry. The `$DEIS_REGISTRY` environment variable must point to a registry accessible to your

docs/src/using-deis/installing-the-client.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ with a Deis [Controller][]. You must install the client to use Deis.
88

99
Install 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

1313
The installer puts `deis` in your current directory, but you should move it
1414
somewhere 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

0 commit comments

Comments
 (0)