client icon indicating copy to clipboard operation
client copied to clipboard

go install

Open thepixelmonk opened this issue 3 years ago • 0 comments

thepixelmonk@penguin:~/git/client$ go install -tags production github.com/keybase/client/go/keybase
go: 'go install' requires a version when current directory is not in a module
        Try 'go install github.com/keybase/client/go/keybase@latest' to install the latest version
thepixelmonk@penguin:~/git/client$ go install github.com/keybase/client/go/keybase@latest
go: github.com/keybase/client/go/keybase@latest (in github.com/keybase/client/[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.
thepixelmonk@penguin:~/git/client$ 

what's the correct go install command?

thepixelmonk avatar Jul 24 '22 02:07 thepixelmonk