Skip to content

Commit 97b553a

Browse files
committed
docs(README): link to latest installers on S3, omit "how to build"
1 parent 5e03381 commit 97b553a

2 files changed

Lines changed: 14 additions & 10 deletions

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ installer:
88
godep go build -a -o dist/deisctl .
99
makeself.sh --bzip2 --current --nox11 dist \
1010
dist/deisctl-`cat deis-version`-`go env GOOS`-`go env GOARCH`.run \
11-
"Deis Control CLI" "./deisctl refresh-units"
11+
"Deis Control Utility" "./deisctl refresh-units"
1212

1313
install:
1414
godep go install -v ./...

README.md

Lines changed: 13 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,21 @@
44

55
## Installation
66

7-
In order to build and install `deisctl` you will need the following:
7+
Download an installer for your platform:
88

9-
* make
10-
* Go 1.3+
11-
* Godeps (install with `go get github.com/tools/godep`)
9+
[![Download for Linux](http://img.shields.io/badge/download-Linux-brightgreen.svg?style=flat)](https://s3-us-west-2.amazonaws.com/opdemand/deisctl-0.11.0-linux-amd64.run)
10+
[![Download for Mac OS X](http://img.shields.io/badge/download-Mac%20OS%20X-brightgreen.svg?style=flat)](https://s3-us-west-2.amazonaws.com/opdemand/deisctl-0.11.0-darwin-amd64.run)
1211

13-
```console
14-
$ go get -v github.com/deis/deisctl
15-
$ cd $GOPATH/src/github.com/deis/deisctl
16-
$ make install
12+
Run the downloaded file as a shell script:
1713

18-
$ deisctl
14+
```console
15+
$ sh deisctl-0.11.0-darwin-amd64.run # (your installer filename may differ)
16+
Verifying archive integrity... All good.
17+
Uncompressing Deis Control Utility 100%
18+
Refreshed deis-builder.service from master
19+
...
20+
Refreshed deis-router.service from master
21+
$ ./deisctl
1922
Usage:
2023
deisctl <command> [<target>...] [options]
2124
```
@@ -113,6 +116,7 @@ The `deisctl` tool provides a number of other commands, including:
113116
* `deisctl install <component>` - install a single platform component
114117
* `deisctl uninstall <component>` - uninstall a single platform component
115118
* `deisctl scale <component>=<num>` - scale a component to the target number of units
119+
* `deisctl refresh-units` - download latest unit files to ~/.deisctl
116120

117121
## Usage Examples
118122

0 commit comments

Comments
 (0)