README: remove reference to toolkit_upgrade
License: MIT Signed-off-by: Christian Couder <chriscool@tuxfamily.org>
Christian Couder committed
May 16, 2016 at 06:23 UTC
255992873ba26d887aafbbf3d5ddc56dd5ce9308
1 file changed
+2
-9
README.md
+2
-9
@@ -72,8 +72,7 @@ export PATH=$PATH:$GOPATH/bin
72
73
go-ipfs differs from the vanilla `go get` flow: it uses
74
[gx](https://github.com/whyrusleeping/gx)/[gx-go](https://github.com/whyrusleeping/gx-go)
75
-for dependency management. This means you'll need to perform download and
76
-install steps separately.
75
+for dependency management.
76
77
First download `go-ipfs` without installing:
78
@@ -83,13 +82,7 @@ $ go get -d github.com/ipfs/go-ipfs
82
$ cd $GOPATH/src/github.com/ipfs/go-ipfs
83
```
84
86
-If you don't already have them on your system, install `gx` and `gx-go`:
87
-
88
-```sh
89
-$ make toolkit_upgrade
90
-```
91
-
92
-Finally, install `go-ipfs`:
85
+Then install `go-ipfs` and its dependencies, including `gx` and `gx-go`:
86
87
```
88
$ make install