Add a requirements section to the README
This commit is contained in:
parent
e5a1c6e5ac
commit
12242ee589
1 changed files with 4 additions and 3 deletions
|
@ -30,6 +30,10 @@ directly with btcd. That functionality is provided by the
|
||||||
[btcgui](https://github.com/conformal/btcgui) projects which are both under
|
[btcgui](https://github.com/conformal/btcgui) projects which are both under
|
||||||
active development.
|
active development.
|
||||||
|
|
||||||
|
## Requirements
|
||||||
|
|
||||||
|
[Go](http://golang.org) 1.2 or newer.
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
#### Windows - MSI Available
|
#### Windows - MSI Available
|
||||||
|
@ -40,7 +44,6 @@ https://github.com/conformal/btcd/releases
|
||||||
|
|
||||||
- Install Go according to the installation instructions here:
|
- Install Go according to the installation instructions here:
|
||||||
http://golang.org/doc/install
|
http://golang.org/doc/install
|
||||||
**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:
|
- Run the following command to obtain btcd, all dependencies, and install it:
|
||||||
```$ go get github.com/conformal/btcd```
|
```$ go get github.com/conformal/btcd```
|
||||||
|
@ -57,8 +60,6 @@ Install a newer MSI
|
||||||
|
|
||||||
#### Linux/BSD/POSIX - Build from Source
|
#### 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:
|
- Run the following command to update btcd, all dependencies, and install it:
|
||||||
```$ go get -u -v github.com/conformal/btcd/...```
|
```$ go get -u -v github.com/conformal/btcd/...```
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue