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:
parent
510a44bdd9
commit
3c2a3e9f54
1 changed files with 5 additions and 4 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue