From 87553f2f30bcf716018d17779ae2ee2c8f384992 Mon Sep 17 00:00:00 2001 From: Patrick Connolly Date: Mon, 13 Oct 2014 13:21:54 -0300 Subject: [PATCH 1/2] Add reference to Go +1.2 requirement. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 062f3d16dc9..5f24901c2eb 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Please put all issues regarding go IPFS _implementation_ in [this repo](https:// ## Install -[Install Go](http://golang.org/doc/install). Then: +[Install Go 1.2+](http://golang.org/doc/install). Then: ``` go get github.com/jbenet/go-ipfs/cmd/ipfs From a5c4771c144a3216573f6982bae0097ba55935e1 Mon Sep 17 00:00:00 2001 From: Patrick Connolly Date: Mon, 13 Oct 2014 16:19:36 -0300 Subject: [PATCH 2/2] Add note about out-of-date pkg mgr packages. --- README.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5f24901c2eb..a1710a1c6e7 100644 --- a/README.md +++ b/README.md @@ -16,10 +16,13 @@ cd $GOPATH/src/github.com/jbenet/go-ipfs/cmd/ipfs go install ``` -NOTE: `git` and mercurial (`hg`) are required in order for `go get` to fetch -all dependencies. +NOTE: -If you are interested in development, please install the development +* `git` and mercurial (`hg`) are required in order for `go get` to fetch +all dependencies. +* Package managers often contain out-of-date `golang` packages. + Compilation from source is recommended. +* If you are interested in development, please install the development dependencies as well. ## Usage