From 3c2a3e9f54b99d3f1689246b735139b83198fefe Mon Sep 17 00:00:00 2001 From: Dave Collins Date: Sat, 15 Mar 2014 22:32:45 -0500 Subject: [PATCH] Update install command to also install utilities. This commit updates the install command under the Installation section in README.md to include all subdirectories thereby including the utilities such as addblock and btcctl. --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index b08aea02..9b9aadce 100644 --- a/README.md +++ b/README.md @@ -46,11 +46,12 @@ https://github.com/conformal/btcd/releases http://golang.org/doc/install - Run the following command to obtain btcd, all dependencies, and install it: - ```$ go get github.com/conformal/btcd``` + ```$ go get github.com/conformal/btcd/...``` -- btcd will now be installed in either ```$GOROOT/bin``` or ```$GOPATH/bin``` - depending on your configuration. If you did not already add to your system - path during the installation, we recommend you do so now. +- btcd (and utilities) will now be installed in either ```$GOROOT/bin``` or + ```$GOPATH/bin``` depending on your configuration. If you did not already + add the bin directory to your system path during Go installation, we + recommend you do so now. ## Updating