From 26af36eca1328ab0f3f0db71e3a01c251f148c9c Mon Sep 17 00:00:00 2001 From: Jeromy Date: Tue, 23 Feb 2016 10:40:23 -0800 Subject: [PATCH] refer to go install instructions License: MIT Signed-off-by: Jeromy --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 622167a86..6bba7645b 100644 --- a/README.md +++ b/README.md @@ -87,7 +87,7 @@ NOTES: * `git` is required in order for `go get` to fetch all dependencies. * Package managers often contain out-of-date `golang` packages. - ensure that `go version` reports at least 1.5.2. + ensure that `go version` reports at least 1.5.2. See above for how to install go. * If you are interested in development, please install the development dependencies as well. * *WARNING: Older versions of OSX FUSE (for Mac OS X) can cause kernel panics when mounting!*