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:
@ -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
|
||||
|
Reference in New Issue
Block a user