Update installation section in README.md
Have users use -u along with go get to pull the latest dependencies.
This commit is contained in:
parent
8ff9623a8c
commit
96ed4cb5b0
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ implement and the API is not stable yet.
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
$ go get github.com/btcsuite/btcrpcclient
|
$ go get -u github.com/btcsuite/btcrpcclient
|
||||||
```
|
```
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
Loading…
Reference in a new issue