codenotify icon indicating copy to clipboard operation
codenotify copied to clipboard

Document how to install command line tool

Open ssbarnea opened this issue 3 years ago • 1 comments

While the readme mentions the posibility to run from command line, there is zero information in the readme regarding how to install the cli on any platform.

ssbarnea avatar Jun 07 '22 16:06 ssbarnea

Can do:

go install github.com/sourcegraph/codenotify@latest

Then run the codenotify binary from the location go installed it (see go help install for info on where things are installed).

We could also set up https://goreleaser.com/intro/.

nicksnyder avatar Jul 06 '22 15:07 nicksnyder