From 0eac161ff5c4bfcff768092901e981765f018fd9 Mon Sep 17 00:00:00 2001 From: Jochen Schalanda Date: Wed, 6 Nov 2024 15:25:30 +0100 Subject: [PATCH] docs: update the install command to the latest Go version (wagoodman/dive#509) `go get` no longer works with recent versions of `go`. Co-authored-by: Trevor Gross --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ac7956d9..73518a03 100644 --- a/README.md +++ b/README.md @@ -167,7 +167,7 @@ Or download the latest Windows build from the [releases page](https://github.com Requires Go version 1.10 or higher. ```bash -go get github.com/wagoodman/dive +go install github.com/wagoodman/dive@latest ``` *Note*: installing in this way you will not see a proper version when running `dive -v`.