From 0d0b59b254c844141d539cb7ae9a10b2c91d8a1d Mon Sep 17 00:00:00 2001 From: polvi Date: Sun, 4 Aug 2013 10:16:07 -0700 Subject: [PATCH] Make a note about go 1.1 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e45bf45ef..c19fac8d5 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ ### Building -etcd is installed like any other Go binary. The steps below will put everything into a directory called etcd. +etcd is installed like any other Go (golang >= 1.1) binary. The steps below will put everything into a directory called etcd. ``` mkdir etcd