You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+11Lines changed: 11 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -84,6 +84,17 @@ See [amis] for the list of most recently published AMIs.
84
84
85
85
`clusterawsadm` binaries are released with each release, can be found under [assets](https://github.com/kubernetes-sigs/cluster-api-provider-aws/releases/latest) section.
86
86
87
+
`clusterawsadm` could also be installed via Homebrew on macOS and linux OS.
88
+
Install the latest release using homebrew:
89
+
```shell
90
+
brew install clusterawsadm
91
+
```
92
+
93
+
Test to ensure the version you installed is up-to-date:
0 commit comments