mirror of
https://github.com/ipfs/kubo.git
synced 2026-02-27 13:27:50 +08:00
README: Update required Go version
It appears that Go version 1.11 is actually required. License: MIT Signed-off-by: Matt Joiner <anacrolix@gmail.com>
This commit is contained in:
parent
d34e3c8122
commit
69ffb5bf9e
@ -115,7 +115,7 @@ $ sudo snap install ipfs
|
||||
|
||||
#### Install Go
|
||||
|
||||
The build process for ipfs requires Go 1.10 or higher. If you don't have it: [Download Go 1.10+](https://golang.org/dl/).
|
||||
The build process for ipfs requires Go 1.11 or higher. If you don't have it: [Download Go 1.11+](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`:
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user