Add updating instruction to README.md.

This commit is contained in:
Dave Collins 2013-10-08 13:30:36 -05:00
parent 21a2158eca
commit 2ad0d34d27

View file

@ -43,6 +43,17 @@ https://github.com/conformal/btcd/releases
depending on your configuration. If you did not already add to your system depending on your configuration. If you did not already add to your system
path during the installation, we recommend you do so now. path during the installation, we recommend you do so now.
## Updating
#### Windows
Install a newer MSI
#### Linux/BSD/POSIX - Build from Source
- Run the following command to update btcd, all dependencies, and install it:
```$ go get -u -v github.com/conformal/btcd/...```
## Getting Started ## Getting Started
btcd has several configuration options avilable to tweak how it runs, but all btcd has several configuration options avilable to tweak how it runs, but all