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.
This commit is contained in:
Dave Collins 2014-01-14 15:28:02 -06:00
parent 051a9013ce
commit 477b733ed9

View File

@ -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/...```