From a5c4771c144a3216573f6982bae0097ba55935e1 Mon Sep 17 00:00:00 2001 From: Patrick Connolly Date: Mon, 13 Oct 2014 16:19:36 -0300 Subject: [PATCH] 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