Commit 33481093 authored by Juan Batiz-Benet's avatar Juan Batiz-Benet

Merge pull request #15 from toqueteos/patch-1

Simplify install + Note for git and hg.
parents c814dd03 08edee6d
......@@ -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
```
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment