From 03fa5ea7fdfd6520b74c99625936b18f5b4b9211 Mon Sep 17 00:00:00 2001 From: Michael Ford Date: Sat, 24 Jan 2015 09:45:50 +0800 Subject: [PATCH] AddMac OSX to install instructions in README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0b4ab025..f309b457 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ active development. https://github.com/btcsuite/btcd/releases -#### Linux/BSD/POSIX - Build from Source +#### Linux/BSD/MacOSX/POSIX - Build from Source - Install Go according to the installation instructions here: http://golang.org/doc/install @@ -62,7 +62,7 @@ https://github.com/btcsuite/btcd/releases Install a newer MSI -#### Linux/BSD/POSIX - Build from Source +#### 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/...```