Skip to content

Commit

Permalink
Merge pull request #89 from philips/readme-fixups
Browse files Browse the repository at this point in the history
feat(README): add a link to binary downloads
  • Loading branch information
xiang90 committed Aug 11, 2013
2 parents fb93103 + 08abb4b commit af202c7
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,16 @@ See [go-etcd][go-etcd] for a native Go client. Or feel free to just use curl, as

## Getting Started

### Building
### Getting etcd

To build etcd run the build script. This will generate a binary in the base directory called `./etcd`.
The latest release is available as a binary at [Github][github-release].

```
[github-release]: https://github.com/coreos/etcd/releases/

You can also buildi etcd from source:

```sh
git clone https://github.com/coreos/etcd
./build
```

Expand Down

0 comments on commit af202c7

Please sign in to comment.