Skip to content

Commit d3a3fe9

Browse files
authored
Merge pull request #3937 from Ankitasw/docs-update
Update README.md instruction to install clusterawsadm via Homebrew
2 parents acc446d + 2119558 commit d3a3fe9

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,17 @@ See [amis] for the list of most recently published AMIs.
8484

8585
`clusterawsadm` binaries are released with each release, can be found under [assets](https://github.com/kubernetes-sigs/cluster-api-provider-aws/releases/latest) section.
8686

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:
94+
```shell
95+
clusterawsadm version
96+
```
97+
8798
------
8899

89100
## Getting involved and contributing

0 commit comments

Comments
 (0)