From 367b064bcdc373f41be24c23a317e8c493a73028 Mon Sep 17 00:00:00 2001 From: Gyu-Ho Lee Date: Fri, 20 Jan 2017 13:42:11 -0800 Subject: [PATCH] README: remove ACI, update Go version --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e7d4e2332..c8b4b7148 100644 --- a/README.md +++ b/README.md @@ -37,13 +37,14 @@ See [etcdctl][etcdctl] for a simple command line client. ### Getting etcd -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]. +The easiest way to get etcd is to use one of the pre-built release binaries which are available for OSX, Linux, Windows, [rkt][rkt], 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][dl-build] from the `master` branch. -You will first need [*Go*](https://golang.org/) installed on your machine (version 1.6+ is required). +You will first need [*Go*](https://golang.org/) installed on your machine (version 1.7+ is required). All development occurs on `master`, including new features and bug fixes. Bug fixes are first targeted at `master` and subsequently ported to release branches, as described in the [branch management][branch-management] guide. +[rkt]: https://github.com/coreos/rkt/releases/ [github-release]: https://github.com/coreos/etcd/releases/ [branch-management]: ./Documentation/branch_management.md [dl-build]: ./Documentation/dl_build.md#build-the-latest-version