mirror of
https://github.com/LBRYFoundation/lbcwallet.git
synced 2025-08-23 17:47:29 +00:00
stupid markdown parser is stupid.
This commit is contained in:
parent
be95e8a050
commit
bff2c850d5
1 changed files with 14 additions and 12 deletions
|
@ -57,6 +57,7 @@ https://github.com/conformal/btcd/releases
|
|||
### Linux/BSD/POSIX - Build from Source
|
||||
|
||||
- Run the following commands to update btcwallet, all dependencies, and install it:
|
||||
|
||||
```bash
|
||||
$ go get -u -v github.com/conformal/btcd/...
|
||||
$ go get -u -v github.com/conformal/btcwallet/...
|
||||
|
@ -72,6 +73,7 @@ Start Menu.
|
|||
### Linux/BSD/POSIX/Source
|
||||
|
||||
- Run the following commands to start btcd and btcwallet:
|
||||
|
||||
```bash
|
||||
$ btcd --testnet -u rpcuser -P rpcpass
|
||||
$ btcwallet -u rpcuser -P rpcpass
|
||||
|
|
Loading…
Add table
Reference in a new issue