Skip to content
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions web/docs/introduction/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,13 @@ Open your terminal and run:
curl -sSL https://get.wasp-lang.dev/installer.sh | sh
```

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