-
-
Notifications
You must be signed in to change notification settings - Fork 3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
some fixes to the readme install instructions #2396
Conversation
License: MIT Signed-off-by: Jeromy <jeromyj@gmail.com>
If the `make install` hangs while fetching dependencies and if you are | ||
running a daemon locally, ensure 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. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this tip no longer needed? it's not findable, the install process should warn about it or something.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it won't be needed after #2394
License: MIT Signed-off-by: Jeromy <jeromyj@gmail.com>
NOTES: | ||
|
||
* `git` is required in order for `go get` to fetch | ||
all dependencies. | ||
* Package managers often contain out-of-date `golang` packages. | ||
Compilation from source is recommended. | ||
ensure that `go version` reports at least 1.5.2. See above for how to install go. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Capital E.
License: MIT Signed-off-by: Jeromy <jeromyj@gmail.com>
some fixes to the readme install instructions
cc @RichardLitt and @jbenet
License: MIT
Signed-off-by: Jeromy jeromyj@gmail.com