mirror of
https://github.com/ipfs/kubo.git
synced 2026-03-03 07:18:12 +08:00
README: remove reference to toolkit_upgrade
License: MIT Signed-off-by: Christian Couder <chriscool@tuxfamily.org>
This commit is contained in:
parent
b5c6a62e63
commit
255992873b
11
README.md
11
README.md
@ -72,8 +72,7 @@ export PATH=$PATH:$GOPATH/bin
|
||||
|
||||
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)
|
||||
for dependency management. This means you'll need to perform download and
|
||||
install steps separately.
|
||||
for dependency management.
|
||||
|
||||
First download `go-ipfs` without installing:
|
||||
|
||||
@ -83,13 +82,7 @@ $ go get -d 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`:
|
||||
|
||||
```sh
|
||||
$ make toolkit_upgrade
|
||||
```
|
||||
|
||||
Finally, install `go-ipfs`:
|
||||
Then install `go-ipfs` and its dependencies, including `gx` and `gx-go`:
|
||||
|
||||
```
|
||||
$ make install
|
||||
|
||||
Loading…
Reference in New Issue
Block a user