From 97d65d4c5af20cc43e936c46221818f93846cf4c Mon Sep 17 00:00:00 2001 From: Shaun Berryman Date: Wed, 17 Dec 2014 16:15:20 -0800 Subject: [PATCH] forgot about mercurial --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 93494178c..8fbc6c00b 100644 --- a/README.md +++ b/README.md @@ -59,6 +59,8 @@ Run Complete beginners guide (OS X) --- +- ensure you have mercurial installed as it is required for a dependency + - using the homebrew package manager `brew install hg` [Homebrew Guide/Install](http://brew.sh/) - install the Mac OS X binary build from https://golang.org/dl/ - follow instructions on http://golang.org/doc/install - VERY IMPORANT: Go has a required directory structure which the GOPATH needs to point to. Instructions can be found on http://golang.org/doc/code.html or by typing `go help gopath` in terminal.