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
|
### Linux/BSD/POSIX - Build from Source
|
||||||
|
|
||||||
- Run the following commands to update btcwallet, all dependencies, and install it:
|
- Run the following commands to update btcwallet, all dependencies, and install it:
|
||||||
|
|
||||||
```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/...
|
||||||
|
@ -72,6 +73,7 @@ Start Menu.
|
||||||
### Linux/BSD/POSIX/Source
|
### Linux/BSD/POSIX/Source
|
||||||
|
|
||||||
- Run the following commands to start btcd and btcwallet:
|
- Run the following commands to start btcd and btcwallet:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
$ btcd --testnet -u rpcuser -P rpcpass
|
$ btcd --testnet -u rpcuser -P rpcpass
|
||||||
$ btcwallet -u rpcuser -P rpcpass
|
$ btcwallet -u rpcuser -P rpcpass
|
||||||
|
|
Loading…
Add table
Reference in a new issue