diff --git a/README.md b/README.md index 71937388..cf96e0f7 100644 --- a/README.md +++ b/README.md @@ -145,7 +145,13 @@ iwr https://github.com/Azure/azqr/releases/download/$latest_azqr/azqr-windows-la ### Install on Mac -Download the latest release from [here](https://github.com/Azure/azqr/releases). +Use `homebrew`: + +```console +brew install azqr +``` + +or download the latest release from [here](https://github.com/Azure/azqr/releases). ### Authentication diff --git a/docs/content/en/docs/Install/_index.md b/docs/content/en/docs/Install/_index.md index 4d736809..15f002e4 100644 --- a/docs/content/en/docs/Install/_index.md +++ b/docs/content/en/docs/Install/_index.md @@ -29,4 +29,10 @@ iwr https://github.com/Azure/azqr/releases/download/$latest_azqr/azqr-windows-la ## Install on Mac -Download the latest release from [here](https://github.com/Azure/azqr/releases). \ No newline at end of file +Use `homebrew`: + +```console +brew install azqr +``` + +or download the latest release from [here](https://github.com/Azure/azqr/releases). \ No newline at end of file