From eb3c9883358f712a28126162a09546af286e6370 Mon Sep 17 00:00:00 2001 From: Achille Roussel Date: Tue, 28 Sep 2021 09:45:28 -0700 Subject: [PATCH] fix install instructions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c7a4ce3..5075594 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ curl options that were given on the command line. If `$GOPATH/bin` is in the `PATH`, the plugin can be installed with: ``` -$ go install github.com/segmentio/kubectl-curl +$ go install github.com/segmentio/kubectl-curl@latest ``` If it was installed properly, it will be visibile when listing kubectl plugins: