-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Update installation instruction #1892
Comments
|
Sorry to butt in again, but future release tags should really have a go.mod with no $ go install -v github.com/btcsuite/[email protected]
go: github.com/btcsuite/[email protected] (in github.com/btcsuite/[email protected]):
The go.mod file for the module providing named packages contains one or
more replace directives. It must not contain directives that would cause
it to be interpreted differently than if it were the main module. However, building from a development branch to test something unreleased is different, and that certainly requires cloning the repo. It all depends on what the README intends to describe. i.e. "How as an end-user can I build and install a release from source?" vs. "How can I build the latest development branch?" |
we stuck on that. long term solution would be to separate each module to their own repo (out of scope of this PR). |
The installation instruction is not working anymore, with latest go version.
From the readme :
This should be changed, there is no
$GOPATH/src
with latest go. Module cache is placed in$GOPATH/pkg
I stumbled upon some ppl who struggle, trying to install this thing.
The text was updated successfully, but these errors were encountered: