Skip to content

Commit

Permalink
Update README.md to use go install
Browse files Browse the repository at this point in the history
With recent Go versions, `go get -u` is no longer supported.
  • Loading branch information
spytheman authored Jan 21, 2024
1 parent d8fd676 commit 04ed75d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 04ed75d

Please sign in to comment.