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

Can't install

Open pepa65 opened this issue 2 years ago • 0 comments

The command go get github.com/mattn/go-sixel/cmd/gosr on my go version 1.19.5 complains that go get is no longer supported outside a module. So I try: go install github.com/mattn/go-sixel/cmd/gosr@latest but that says: The go.mod file for the module providing named packages contains one or more replace directives. It must not contain directives that would cause it to be interpreted differently than if it were the main module.

What would be the best way to install gosr for me?

pepa65 avatar Apr 15 '23 09:04 pepa65