mirror of
https://github.com/LBRYFoundation/lbcwallet.git
synced 2025-08-23 17:47:29 +00:00
Fix a couple typos in the README.
This commit is contained in:
parent
4c97bd3c5c
commit
87b6335cc2
1 changed files with 3 additions and 2 deletions
|
@ -29,7 +29,7 @@ to btcwallet.
|
||||||
|
|
||||||
This project is currently under active development is not production
|
This project is currently under active development is not production
|
||||||
ready yet. Support for creating and using wallets the main Bitcoin
|
ready yet. Support for creating and using wallets the main Bitcoin
|
||||||
netowrk is currently disabled by default.
|
network is currently disabled by default.
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
|
@ -44,7 +44,8 @@ https://opensource.conformal.com/packages/windows/btcdsuite/
|
||||||
- Install Go according to the installation instructions here:
|
- Install Go according to the installation instructions here:
|
||||||
http://golang.org/doc/install
|
http://golang.org/doc/install
|
||||||
|
|
||||||
- Run the following commands to obtain and install btcwallet andall dependencies:
|
- Run the following commands to obtain and install btcwallet and all
|
||||||
|
dependencies:
|
||||||
```bash
|
```bash
|
||||||
$ go get -u -v github.com/conformal/btcd/...
|
$ go get -u -v github.com/conformal/btcd/...
|
||||||
$ go get -u -v github.com/conformal/btcwallet/...
|
$ go get -u -v github.com/conformal/btcwallet/...
|
||||||
|
|
Loading…
Add table
Reference in a new issue