Skip to content

Commit

Permalink
docs: update the install command to the latest Go version (wagoodman#509
Browse files Browse the repository at this point in the history
)

`go get` no longer works with recent versions of `go`.

Co-authored-by: Trevor Gross <[email protected]>
  • Loading branch information
joschi and tgross35 committed Nov 7, 2024
1 parent f3e1824 commit 0eac161
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 @@ -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`.

Expand Down

0 comments on commit 0eac161

Please sign in to comment.