mirror of
https://github.com/btcsuite/btcd.git
synced 2024-11-19 01:40:07 +01:00
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:
parent
051a9013ce
commit
477b733ed9
@ -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/...```
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user