From cf1740216d70f8325285ab64e18452d0bb49444e Mon Sep 17 00:00:00 2001
From: Victor Perez <metalblueberry@gmail.com>
Date: Wed, 2 Oct 2024 10:03:15 +0200
Subject: [PATCH] Update aws-iam-authenticator installation command

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 39a5a1ce0..9a8bd6263 100644
--- a/README.md
+++ b/README.md
@@ -205,7 +205,7 @@ This means the `kubeconfig` is entirely public data and can be shared across all
 It may make sense to upload it to a trusted public location such as AWS S3.
 
 Make sure you have the `aws-iam-authenticator` binary installed.
-You can install it with `go get -u -v sigs.k8s.io/aws-iam-authenticator/cmd/aws-iam-authenticator`.
+You can install it with `go install sigs.k8s.io/aws-iam-authenticator/cmd/aws-iam-authenticator@latest`.
 
 To authenticate, run `kubectl --kubeconfig /path/to/kubeconfig" [...]`.
 kubectl will `exec` the `aws-iam-authenticator` binary with the supplied params in your kubeconfig which will generate a token and pass it to the apiserver.