From e00fef7e787498922f5e7e8c5b9a623544542f6f Mon Sep 17 00:00:00 2001 From: Oleksandr Redko Date: Tue, 10 Dec 2024 00:08:17 +0200 Subject: [PATCH] Fix install instruction in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3336cb9..9ebd6f7 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ You can run it standalone through `go vet`. You must install the binary to your `$GOBIN` folder like so: ```sh -$ go install github.com/macabu/inamedparam/cmd/inamedparam +$ go install github.com/macabu/inamedparam/cmd/inamedparam@latest ``` And then navigate to your Go project's root folder, where can run `go vet` in the following way: