From 786409d06eabf79ddc81cca8155b2b7aab5532d2 Mon Sep 17 00:00:00 2001 From: Dave Collins Date: Mon, 2 Dec 2013 09:49:16 -0600 Subject: [PATCH] Update README.md now that Go 1.2 has been released. --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index f82acd1c..c996d845 100644 --- a/README.md +++ b/README.md @@ -35,8 +35,7 @@ https://github.com/conformal/btcd/releases - Install Go according to the installation instructions here: http://golang.org/doc/install - btcd requires features only available in go1.2 or later. At - present, that means you must install go1.2rc5 or later. + btcd requires features only available in go1.2 or later. - Run the following command to obtain btcd, all dependencies, and install it: ```$ go get github.com/conformal/btcd```