Commit 0f58cebf authored by Jeromy Johnson's avatar Jeromy Johnson

Merge pull request #2724 from ipfs/feature/Go1.6IsSupported

Remove note about Go1.6 not being supported
parents f0146103 b64cc93b
......@@ -57,7 +57,8 @@ From there:
#### Install Go
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.**
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/).
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`:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment