Skip to content

Commit af202c7

Browse files
committed
Merge pull request #89 from philips/readme-fixups
feat(README): add a link to binary downloads
2 parents fb93103 + 08abb4b commit af202c7

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

Diff for: README.md

+8-3
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,16 @@ See [go-etcd][go-etcd] for a native Go client. Or feel free to just use curl, as
1818

1919
## Getting Started
2020

21-
### Building
21+
### Getting etcd
2222

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

25-
```
25+
[github-release]: https://github.com/coreos/etcd/releases/
26+
27+
You can also buildi etcd from source:
28+
29+
```sh
30+
git clone https://github.com/coreos/etcd
2631
./build
2732
```
2833

0 commit comments

Comments
 (0)