From 0fedf3d2a956e8bf6d996ee09275004cceb569cf Mon Sep 17 00:00:00 2001 From: Seppe Van WInkel Date: Tue, 12 Nov 2024 10:51:18 +0100 Subject: [PATCH] feat: add homebrew install instructions --- README.md | 8 +++++++- docs/content/en/docs/Install/_index.md | 8 +++++++- 2 files changed, 14 insertions(+), 2 deletions(-) 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