Skip to content

Commit

Permalink
Merge pull request #159 from patcon/patch-1
Browse files Browse the repository at this point in the history
Add reference to Go +1.2 requirement.
  • Loading branch information
jbenet committed Oct 14, 2014
2 parents 8ede898 + a5c4771 commit 1a4bd39
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,21 @@ 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
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 1a4bd39

Please sign in to comment.