From abf1b23d08c0eaa4f871362eb16cec80ac981a63 Mon Sep 17 00:00:00 2001 From: kargakis Date: Sun, 8 Feb 2015 19:00:36 +0100 Subject: [PATCH] Improve README readability --- README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a328d13b..5e706778 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,10 @@ https://github.com/btcsuite/btcd/releases http://golang.org/doc/install - Run the following command to obtain btcd, all dependencies, and install it: - ```$ go get github.com/btcsuite/btcd/...``` + +```bash +$ go get github.com/btcsuite/btcd/... +``` - btcd (and utilities) will now be installed in either ```$GOROOT/bin``` or ```$GOPATH/bin``` depending on your configuration. If you did not already @@ -65,7 +68,10 @@ Install a newer MSI #### Linux/BSD/MacOSX/POSIX - Build from Source - Run the following command to update btcd, all dependencies, and install it: - ```$ go get -u -v github.com/btcsuite/btcd/...``` + +```bash +$ go get -u -v github.com/btcsuite/btcd/... +``` ## Getting Started