mschwager/riplink

Need to update installation method ?

SoothingMist opened this issue · 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

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.