Skip to content

Commit 43a2f5f

Browse files
authored
Merge pull request #20 from mattmoyer/fix-go-get-cmd
Fix `go get` command to use new cmd subdir.
2 parents f021d7c + 31232ed commit 43a2f5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ This means the `kubeconfig` is entirely public data and can be shared across all
9595
It may make sense to upload it to a trusted public location such as AWS S3.
9696

9797
Make sure you have the `heptio-authenticator-aws` binary installed.
98-
You can install it with `go get -u -v github.com/heptio/authenticator`.
98+
You can install it with `go get -u -v github.com/heptio/authenticator/cmd/heptio-authenticator-aws`.
9999

100100
To authenticate, run `kubectl --kubeconfig /path/to/kubeconfig --token "$(heptio-authenticator-aws token -i CLUSTER_ID -r ROLE_ARN)" [...]`.
101101
You can simplify this with an alias or shell wrapper.

0 commit comments

Comments
 (0)