pepper icon indicating copy to clipboard operation
pepper copied to clipboard

Update installation instructions

Open dustin-decker opened this issue 3 years ago • 0 comments

The current command does not work with newer versions of Go:

go get github.com/genuinetools/pepper
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'.

dustin-decker avatar Jan 12 '23 15:01 dustin-decker