Add a note about installing rosetta amd64 compatibility layer on M1 macs

This commit is contained in:
Charlie Stanley 2020-12-30 18:50:11 -08:00
parent fd923fe994
commit e58cd6315c
1 changed files with 11 additions and 0 deletions

View File

@ -41,6 +41,17 @@ Or you can install via [Homebrew](https://brew.sh):
```bash
brew install dapr/tap/dapr-cli@1.0.0-rc.3
```
{{% alert title="Note for M1 Macs" color="primary" %}}
For M1 Macs, homebrew is not supported. You will need to use the dapr install script and have the rosetta amd64 compatibility layer installed. If you do not have it installed already, you can run the following:
```bash
softwareupdate --install-rosetta
```
{{% /alert %}}
{{% /codetab %}}
{{% codetab %}}