1
0
mirror of https://github.com/ipfs/kubo.git synced 2025-06-30 09:59:13 +08:00

add some tips for making dep installs go smoothly

License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
This commit is contained in:
Jeromy
2016-02-06 04:48:01 -08:00
parent 5a0b8023be
commit 455a785865

View File

@ -83,6 +83,13 @@ $ cd $GOPATH/src/github.com/ipfs/go-ipfs
$ make install
```
Tip:
If the `make install` hangs while fetching dependencies, ensure that if you are
running a daemon locally, that it is on at least version 0.4.0-dev. If you don't
have a build that is new enough, run the make install with your daemon turned off
and the deps will be fetched through the ipfs.io gateways.
NOTES:
* `git` is required in order for `go get` to fetch