From ed3aacee494a4835f55a17411f1eae554c8d1f19 Mon Sep 17 00:00:00 2001 From: Trevor Gross Date: Tue, 20 Feb 2024 16:08:39 -0500 Subject: [PATCH] Update the install command to the latest version `go get` no longer works with recent versions of `go`. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e245925b..d27983e2 100644 --- a/README.md +++ b/README.md @@ -149,7 +149,7 @@ Download the [latest release](https://github.com/wagoodman/dive/releases/latest) 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`.