Remove note about Go1.6 not being supported Recommend Go1.6.2 Note that Go1.5 is still supported
Remove note about Go1.6 not being supported Recommend Go1.6.2 Note that Go1.5 is still supported License: MIT Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
Jakub Sztandera committed
May 17, 2016 at 21:02 UTC
b64cc93b1bbb2a93319a1e428c29a20aa870a0a7
1 file changed
+2
-1
README.md
+2
-1
@@ -57,7 +57,8 @@ From there:
57
58
#### Install Go
59
60
-First, you'll need Go. If you don't have it: [Download Go 1.5.2+](https://golang.org/dl/). **Go 1.6 is not yet supported.**
60
+Build process of ipfs requires at least Go 1.5, but we strongly recommend using 1.6.2. If you don't have it: [Download Go 1.6.2+](https://golang.org/dl/).
61
+
62
63
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`:
64