Update installation section in README.md

Have users use -u along with go get to pull the latest
dependencies.
This commit is contained in:
David Hill 2016-09-15 14:25:23 -04:00
parent 8ff9623a8c
commit 96ed4cb5b0

View file

@ -48,7 +48,7 @@ implement and the API is not stable yet.
## Installation
```bash
$ go get github.com/btcsuite/btcrpcclient
$ go get -u github.com/btcsuite/btcrpcclient
```
## License