mirror of https://github.com/dapr/docs.git
Add a note about installing rosetta amd64 compatibility layer on M1 macs
This commit is contained in:
parent
fd923fe994
commit
e58cd6315c
|
@ -41,6 +41,17 @@ Or you can install via [Homebrew](https://brew.sh):
|
||||||
```bash
|
```bash
|
||||||
brew install dapr/tap/dapr-cli@1.0.0-rc.3
|
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 %}}
|
||||||
|
|
||||||
{{% codetab %}}
|
{{% codetab %}}
|
||||||
|
|
Loading…
Reference in New Issue