提交 25599287 作者: Christian Couder

README: remove reference to toolkit_upgrade

License: MIT
Signed-off-by: 's avatarChristian Couder <chriscool@tuxfamily.org>
上级 b5c6a62e
...@@ -72,8 +72,7 @@ export PATH=$PATH:$GOPATH/bin ...@@ -72,8 +72,7 @@ export PATH=$PATH:$GOPATH/bin
go-ipfs differs from the vanilla `go get` flow: it uses go-ipfs differs from the vanilla `go get` flow: it uses
[gx](https://github.com/whyrusleeping/gx)/[gx-go](https://github.com/whyrusleeping/gx-go) [gx](https://github.com/whyrusleeping/gx)/[gx-go](https://github.com/whyrusleeping/gx-go)
for dependency management. This means you'll need to perform download and for dependency management.
install steps separately.
First download `go-ipfs` without installing: First download `go-ipfs` without installing:
...@@ -83,13 +82,7 @@ $ go get -d github.com/ipfs/go-ipfs ...@@ -83,13 +82,7 @@ $ go get -d github.com/ipfs/go-ipfs
$ cd $GOPATH/src/github.com/ipfs/go-ipfs $ cd $GOPATH/src/github.com/ipfs/go-ipfs
``` ```
If you don't already have them on your system, install `gx` and `gx-go`: Then install `go-ipfs` and its dependencies, including `gx` and `gx-go`:
```sh
$ make toolkit_upgrade
```
Finally, install `go-ipfs`:
``` ```
$ make install $ make install
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论