Update README.md now that Go 1.2 has been released.

This commit is contained in:
Dave Collins 2013-12-02 09:49:16 -06:00
parent f22164b261
commit 786409d06e

View file

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