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.
This commit is contained in:
Dave Collins 2014-03-15 22:32:45 -05:00
parent 510a44bdd9
commit 3c2a3e9f54

View file

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