From 477b733ed9d62b7aa720ff8af948546aa5cfc961 Mon Sep 17 00:00:00 2001 From: Dave Collins Date: Tue, 14 Jan 2014 15:28:02 -0600 Subject: [PATCH] Make Go 1.2 requirement more noticeable. It was pointed out in #76 that if you arrived to the Update section of the README without seeing the Installation section, the requirement for Go 1.2 is easy to miss. This commit builds the requirement in the Installation section and adds it to the Updating section as well to hopefully make it more noticable. --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3ed6f45c..62f33703 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,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. + **NOTE: btcd requires features only available in Go version 1.2 or later.** - Run the following command to obtain btcd, all dependencies, and install it: ```$ go get github.com/conformal/btcd``` @@ -55,6 +55,8 @@ Install a newer MSI #### Linux/BSD/POSIX - Build from Source +**NOTE: btcd requires features only available in Go version 1.2 or later.** + - Run the following command to update btcd, all dependencies, and install it: ```$ go get -u -v github.com/conformal/btcd/...```