Skip to content

Commit 693d705

Browse files
committed
Add MacOS Rosetta info to docs
1 parent 73776ca commit 693d705

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

web/docs/introduction/getting-started.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,15 @@ Open your terminal and run:
107107
curl -sSL https://get.wasp-lang.dev/installer.sh | sh
108108
```
109109

110+
:::note Apple Silicon
111+
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).
112+
113+
```shell
114+
softwareupdate --install-rosetta
115+
```
116+
:::
117+
118+
110119
</TabItem>
111120

112121
<TabItem value='win'>

0 commit comments

Comments
 (0)