stupid markdown parser is stupid.

This commit is contained in:
Josh Rickmar 2013-10-28 20:29:53 -04:00
parent be95e8a050
commit bff2c850d5

View file

@ -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