go-wol icon indicating copy to clipboard operation
go-wol copied to clipboard

doc: Update installation command

Open cbatista8a opened this issue 9 months ago • 0 comments

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

cbatista8a avatar Feb 01 '25 12:02 cbatista8a