client
client copied to clipboard
go install
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?