Skip to content

Commit 6c176d2

Browse files
author
Matthew Fisher
committed
Merge pull request #11 from bacongobbler/update-readme
doc(README): add instructions on installing
2 parents 5779853 + f3e1b09 commit 6c176d2

1 file changed

Lines changed: 21 additions & 4 deletions

File tree

README.md

Lines changed: 21 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,33 @@
44
[![Build Status](https://travis-ci.org/deis/workflow-cli.svg?branch=master)](https://travis-ci.org/deis/workflow-cli)
55
[![Go Report Card](http://goreportcard.com/badge/deis/workflow-cli)](http://goreportcard.com/report/deis/workflow-cli)
66

7-
87
`deis` is a command line utility used to interact with the [Deis](http://deis.io) open source PaaS.
98

109
Please add any [issues](https://github.com/deis/workflow-cli/issues) you find with this software to the [Deis Workflow CLI Project](https://github.com/deis/workflow-cli).
1110

1211
## Installation
1312

14-
Currently the only way to use the go version of the `deis` client is to build it yourself.
15-
To build the `deis` client, you need to have [go](https://golang.org/), [glide](https://github.com/Masterminds/glide),
16-
and [make](https://www.gnu.org/software/make/) installed. Then run `make build`.
13+
### From Bintray
14+
15+
Install the `deis` client from [bintray](https://bintray.com/) by running
16+
17+
$ curl -sSL http://deis.io/deis-cli/install-v2.sh | bash
18+
19+
The installer will fetch the latest version of the client into your current directory.
20+
21+
$ ./deis --version
22+
23+
### From Scratch
24+
25+
To compile the client from scratch, ensure you have Docker installed and run
26+
27+
$ make bootstrap
28+
$ make build
29+
30+
`make bootstrap` will fetch all required dependencies, while `make build` will compile and install
31+
the client in the current directory.
32+
33+
$ ./deis --version
1734

1835
## Usage
1936

0 commit comments

Comments
 (0)