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

@ -37,10 +37,10 @@ https://github.com/conformal/btcd/releases
http://golang.org/doc/install http://golang.org/doc/install
- Run the following commands to obtain btcwallet, all dependencies, and install it: - Run the following commands to obtain 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/...
``` ```
- btcd and btcwallet will now be installed in either ```$GOROOT/bin``` or - btcd and btcwallet will now be installed in either ```$GOROOT/bin``` or
```$GOPATH/bin``` depending on your configuration. If you did not already ```$GOPATH/bin``` depending on your configuration. If you did not already
@ -57,10 +57,11 @@ 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
$ go get -u -v github.com/conformal/btcd/... ```bash
$ go get -u -v github.com/conformal/btcwallet/... $ go get -u -v github.com/conformal/btcd/...
``` $ go get -u -v github.com/conformal/btcwallet/...
```
## Getting Started ## Getting Started
@ -72,10 +73,11 @@ 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
$ btcd --testnet -u rpcuser -P rpcpass ```bash
$ btcwallet -u rpcuser -P rpcpass $ btcd --testnet -u rpcuser -P rpcpass
``` $ btcwallet -u rpcuser -P rpcpass
```
## Frontend Usage ## Frontend Usage