Skip to content

Commit

Permalink
Docs: mention homebrew install option
Browse files Browse the repository at this point in the history
And replace AMD64 option with ARM64 as that's likely what most Macs
run with these days.

Fixes #6622

Signed-off-by: Anders Eknert <[email protected]>
  • Loading branch information
anderseknert authored and ashutosh-narkar committed Mar 8, 2024
1 parent b9eb4cd commit 40bdc61
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions docs/content/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -794,12 +794,19 @@ your own machine.

### 1. Download OPA

To get started download an OPA binary for your platform from GitHub releases:
To get started download an OPA binary for your platform from
[GitHub releases](https://github.com/open-policy-agent/opa/releases):

On macOS (64-bit):
On macOS (ARM 64-bit):

```shell
curl -L -o opa https://openpolicyagent.org/downloads/{{< current_version >}}/opa_darwin_amd64
curl -L -o opa https://openpolicyagent.org/downloads/{{< current_version >}}/opa_darwin_arm64_static
```

Or using Homebrew:

```shell
brew install opa
```

On Linux (64-bit):
Expand Down

0 comments on commit 40bdc61

Please sign in to comment.