-
-
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
Add information about installing gx into readme #2342
Conversation
License: MIT Signed-off-by: Jakub Sztandera <[email protected]>
@RichardLitt wanna take a look at this one (its readme related) |
very strange failure: https://circleci.com/gh/ipfs/go-ipfs/2988 Its not related to the code here, but i'm really not sure what caused it. |
#### Prerequisite 2: Install gx and gx-go | ||
|
||
You can try using your package manager for it but it is unlikely it is there. | ||
Other way is to run `make toolkit_upgrade` before running `make install` in the next step. |
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.
You can try using another package manager, but gx and gx-go are unlikely to be available elsewhere currently. Another way to install is to run make toolkit_upgrade
before running make install
in the next step.
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.
maybe go with "currently, the recommended way to install them is to run make toolkit_upgrade
..."
75cd2d6
to
7bb54cc
Compare
License: MIT Signed-off-by: Jakub Sztandera <[email protected]>
7bb54cc
to
ed3cf18
Compare
Updated |
@Kubuxu thanks, LGTM |
Add information about installing gx into readme
License: MIT
Signed-off-by: Jakub Sztandera [email protected]