From 04ed75d5774dd261cde980042942304c4c15c1bd Mon Sep 17 00:00:00 2001 From: Delyan Angelov Date: Sun, 21 Jan 2024 14:30:28 +0200 Subject: [PATCH] Update README.md to use `go install` With recent Go versions, `go get -u` is no longer supported. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b01cb25..3e1a70d 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ The example below shows the effect of the -absolute option: # Installation: - go get -u github.com/spytheman/gostamp + go install github.com/spytheman/gostamp@latest # Usage: gostamp - Timestamp and colorize the stdout and stderr streams of CLI programs.