From 08abb4bb6a6a7b3d0416d2ca8ed2b576675f9219 Mon Sep 17 00:00:00 2001 From: Brandon Philips Date: Sun, 11 Aug 2013 12:17:45 -0700 Subject: [PATCH] feat(README): add a link to binary downloads --- README.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8cb9b4e88b1..36414d60fbe 100644 --- a/README.md +++ b/README.md @@ -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 ```