From 7e565125fdd78941649385007523261344cfe786 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E1=B4=A0=C9=AA=E1=B4=84=E1=B4=9B=E1=B4=8F=CA=80=20=CA=99?= =?UTF-8?q?=E1=B4=8A=E1=B4=87=CA=9F=E1=B4=8B=CA=9C=E1=B4=8F=CA=9F=E1=B4=8D?= Date: Thu, 22 Oct 2015 08:31:44 +0200 Subject: [PATCH] Update IPFS + Golang versions --- src/ipfs.io/docs/install/index.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/ipfs.io/docs/install/index.html b/src/ipfs.io/docs/install/index.html index a0f456a7..ec896ef7 100644 --- a/src/ipfs.io/docs/install/index.html +++ b/src/ipfs.io/docs/install/index.html @@ -38,7 +38,7 @@ ``` > ipfs version -ipfs version 0.2.0 +ipfs version 0.3.8 ``` That's it! @@ -83,7 +83,7 @@ ``` > ipfs version -ipfs version 0.2.0 +ipfs version 0.3.8 ``` That's it! @@ -105,13 +105,13 @@ #### Check Go Version -IPFS works with Go 1.4+. +IPFS works with Go 1.5+. To check what go version you have installed, type `go version`. Here's what I get: ```sh > go version -go version go1.4.1 darwin/amd64 +go version go1.5.1 darwin/amd64 ``` If you need to update, it is recommended to install from the