@cryptotaxi247 / kubo / commits / 455a78586

add some tips for making dep installs go smoothly

License: MIT Signed-off-by: Jeromy <jeromyj@gmail.com>

Jeromy committed Feb 6, 2016 at 04:48 UTC 455a785865e488c8e21093a04c6ec0169bbae69d
1 file changed +7
README.md
+7
@@ -83,6 +83,13 @@ $ cd $GOPATH/src/github.com/ipfs/go-ipfs
83 $ make install
84 ```
85
86 +Tip:
87 +
88 +If the `make install` hangs while fetching dependencies, ensure that if you are
89 +running a daemon locally, that it is on at least version 0.4.0-dev. If you don't
90 +have a build that is new enough, run the make install with your daemon turned off
91 +and the deps will be fetched through the ipfs.io gateways.
92 +
93 NOTES:
94
95 * `git` is required in order for `go get` to fetch