Skip to content

Commit

Permalink
feat: add homebrew install instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
vanwinkelseppe authored and cmendible committed Nov 12, 2024
1 parent 6552394 commit 14c6c9e
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
8 changes: 7 additions & 1 deletion docs/content/en/docs/Install/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Use `homebrew`:

```console
brew install azqr
```

or download the latest release from [here](https://github.com/Azure/azqr/releases).

0 comments on commit 14c6c9e

Please sign in to comment.