From a8806907ef02efadef9e6af2825c58f658b4de18 Mon Sep 17 00:00:00 2001 From: Steve Coffman Date: Tue, 14 Oct 2025 12:03:50 -0400 Subject: [PATCH] Update installation command for notify contrib Just switching from older `go get` to newer `go install` ... `@latest` style. Thanks for cool stuff! --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 90e8a8a5..2bae686f 100644 --- a/README.md +++ b/README.md @@ -159,7 +159,7 @@ package may be used to parse the JSON file output. **Example: desktop notifications** -First install the example notification command with `go get gotest.tools/gotestsum/contrib/notify`. +First install the example notification command with `go install gotest.tools/gotestsum/contrib/notify@latest`. The command will be downloaded to `$GOPATH/bin` as `notify`. Note that this example `notify` command only works on Linux with `notify-send` and on macOS with [terminal-notifer](https://github.com/julienXX/terminal-notifier) installed.