From 5b5b0ef0609fa3d7c57382fbbed6d95cbb40a68d Mon Sep 17 00:00:00 2001 From: Brandon Philips Date: Tue, 20 Oct 2015 14:17:33 -0700 Subject: [PATCH] README: attempt to make it even clearer --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9efb55fdd..403ce6761 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ If you're considering etcd for production use, please see: [production-ready.md] ### Getting etcd -The easiest way to get etcd is to use a pre-built release binary which are available for OSX, Linux, Windows, AppC Images (ACI), and Docker. Instructions are available on the [GitHub releases page][github-release]. +The easiest way to get etcd is to use one of the pre-built release binaries which are available for OSX, Linux, Windows, AppC (ACI), and Docker. Instructions for using these binaries are on the [GitHub releases page][github-release]. For those wanting to try the very latest version, you can build the latest version of etcd from the `master` branch. You will first need [*Go*](https://golang.org/) installed on your machine (version 1.4+ is required).