提交 33481093 作者: Juan Batiz-Benet

Merge pull request #15 from toqueteos/patch-1

Simplify install + Note for git and hg.
...@@ -12,12 +12,11 @@ Please put all issues regarding go IPFS _implementation_ in [this repo](https:// ...@@ -12,12 +12,11 @@ Please put all issues regarding go IPFS _implementation_ in [this repo](https://
[Install Go](http://golang.org/doc/install). Then: [Install Go](http://golang.org/doc/install). Then:
``` ```
git clone https://github.com/jbenet/go-ipfs go get github.com/jbenet/go-ipfs/cmd/ipfs
cd go-ipfs/cmd/ipfs
go get ./...
go install
``` ```
NOTE: `git` and mercurial (`hg`) are required in order for `go get` to fetch all dependencies.
## Usage ## Usage
``` ```
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论