From 12242ee589ba59f9883b1e4721c18d6d4ac8a411 Mon Sep 17 00:00:00 2001 From: David Hill Date: Thu, 13 Feb 2014 12:39:17 -0500 Subject: [PATCH] Add a requirements section to the README --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7b1ac816..6c6cf637 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,10 @@ directly with btcd. That functionality is provided by the [btcgui](https://github.com/conformal/btcgui) projects which are both under active development. +## Requirements + +[Go](http://golang.org) 1.2 or newer. + ## Installation #### Windows - MSI Available @@ -40,7 +44,6 @@ https://github.com/conformal/btcd/releases - Install Go according to the installation instructions here: 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: ```$ go get github.com/conformal/btcd``` @@ -57,8 +60,6 @@ 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/...```