reallymine icon indicating copy to clipboard operation
reallymine copied to clipboard

Installation: go get fails

Open bab9e9 opened this issue 1 year ago • 0 comments
trafficstars

The installation instructions say to use:

go get github.com/andlabs/reallymine but this happens: go: go.mod file not found in current directory or any parent directory. 'go get' is no longer supported outside a module. To build and install a command, use 'go install' with a version, like 'go install example.com/cmd@latest' For more information, see https://golang.org/doc/go-get-install-deprecation or run 'go help get' or 'go help install'.

So I used:

go install github.com/andlabs/reallymine@latest

which seems to work.

bab9e9 avatar Jul 22 '24 19:07 bab9e9