update go version requirement in readme
License: MIT Signed-off-by: Jeromy <jeromyj@gmail.com>
Jeromy committed
Oct 6, 2015 at 09:21 UTC
ff3ed768e8063075953124a15aa776b28861f8a7
1 file changed
+1
-1
README.md
+1
-1
@@ -35,7 +35,7 @@ From there:
35
36
### Prerequisite: Install Go
37
38
-First, you'll need go. If you don't have it: [Download Go 1.4+](https://golang.org/dl/).
38
+First, you'll need go. If you don't have it: [Download Go 1.5.1+](https://golang.org/dl/).
39
40
You'll need to add Go's bin directories to your `$PATH` environment variable e.g., by adding these lines to your `/etc/profile` (for a system-wide installation) or `$HOME/.profile`:
41
```