From bff2c850d56050e6ac3b509aec83111fc96f9c5b Mon Sep 17 00:00:00 2001 From: Josh Rickmar Date: Mon, 28 Oct 2013 20:29:53 -0400 Subject: [PATCH] stupid markdown parser is stupid. --- README.md | 26 ++++++++++++++------------ 1 file changed, 14 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index f3d2cb4..34545e7 100644 --- a/README.md +++ b/README.md @@ -37,10 +37,10 @@ https://github.com/conformal/btcd/releases http://golang.org/doc/install - Run the following commands to obtain btcwallet, all dependencies, and install it: - ```bash - $ go get -u -v github.com/conformal/btcd/... - $ go get -u -v github.com/conformal/btcwallet/... - ``` +```bash +$ go get -u -v github.com/conformal/btcd/... +$ go get -u -v github.com/conformal/btcwallet/... +``` - btcd and btcwallet will now be installed in either ```$GOROOT/bin``` or ```$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 - 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/... - ``` + +```bash +$ go get -u -v github.com/conformal/btcd/... +$ go get -u -v github.com/conformal/btcwallet/... +``` ## Getting Started @@ -72,10 +73,11 @@ 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 - ``` + +```bash +$ btcd --testnet -u rpcuser -P rpcpass +$ btcwallet -u rpcuser -P rpcpass +``` ## Frontend Usage