Skip to content

Commit 0f58ceb

Browse files
committed
Merge pull request #2724 from ipfs/feature/Go1.6IsSupported
Remove note about Go1.6 not being supported
2 parents f014610 + b64cc93 commit 0f58ceb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,8 @@ From there:
5757

5858
#### Install Go
5959

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+
6162

6263
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`:
6364

0 commit comments

Comments
 (0)