Skip to content

Commit

Permalink
Simplify install + Note for git and hg.
Browse files Browse the repository at this point in the history
  • Loading branch information
toqueteos committed Jul 27, 2014
1 parent c814dd0 commit 08edee6
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,11 @@ Please put all issues regarding go IPFS _implementation_ in [this repo](https://
[Install Go](http://golang.org/doc/install). Then:

```
git clone https://github.com/jbenet/go-ipfs
cd go-ipfs/cmd/ipfs
go get ./...
go install
go get github.com/jbenet/go-ipfs/cmd/ipfs
```

NOTE: `git` and mercurial (`hg`) are required in order for `go get` to fetch all dependencies.

## Usage

```
Expand Down

0 comments on commit 08edee6

Please sign in to comment.