Skip to content

Commit

Permalink
Add note about out-of-date pkg mgr packages.
Browse files Browse the repository at this point in the history
  • Loading branch information
patcon committed Oct 13, 2014
1 parent 87553f2 commit a5c4771
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a5c4771

Please sign in to comment.