Skip to content

Commit

Permalink
Add MacOS Rosetta info to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
kristian240 authored Nov 5, 2023
1 parent b203c7d commit ffa0828
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions web/docs/introduction/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,15 @@ Open your terminal and run:
curl -sSL https://get.wasp-lang.dev/installer.sh | sh
```

:::note Apple Silicon
If you are using macOS on a device with Apple Silicon you might encounter `Bad CPU type in executable` issue. To fix that, please [install Rosetta on your Mac](https://support.apple.com/en-us/HT211861).

```shell
softwareupdate --install-rosetta
```
:::


</TabItem>

<TabItem value='win'>
Expand Down

0 comments on commit ffa0828

Please sign in to comment.