riplink icon indicating copy to clipboard operation
riplink copied to clipboard

Need to update installation method ?

Open SoothingMist opened this issue 1 year ago • 1 comments

Used the specified installation method with the following result:

C:\Users\sooth> go version go version go1.20.5 windows/amd64

C:\Users\sooth>go get github.com/mschwager/riplink 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'.

C:\Users\sooth>go install github.com/mschwager/riplink go: 'go install' requires a version when current directory is not in a module Try 'go install github.com/mschwager/riplink@latest' to install the latest version

SoothingMist avatar Jun 17 '23 12:06 SoothingMist

Hi there,

Thanks for the heads up. Would you be interested in submitting a PR to fix the issue? I think the installation instructions just have to be changed to go install github.com/mschwager/riplink@latest.

mschwager avatar Jun 26 '23 22:06 mschwager