From cc64ba4fd08259b023182b6767d0063bb76e4220 Mon Sep 17 00:00:00 2001 From: Oleksandr Redko Date: Thu, 13 Feb 2025 13:03:30 +0200 Subject: [PATCH] readme: fix installation command --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 94ebf4c..1f30a2d 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ Source code analyzer that helps you to make your Go programs more consistent. This install the `go-consistent` binary: ```bash -go install github.com/quasilyte/go-consistent +go install github.com/quasilyte/go-consistent@latest ``` If go install location is under your system `$PATH`, `go-consistent` command should be available after that.