Skip to content

Commit 915b987

Browse files
committed
docs: add note about rosetta
1 parent ae0bff0 commit 915b987

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

website/src/components/Install.mdx

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,11 @@ import CodeBlock from "@theme/CodeBlock";
1414
<CodeBlock language="bash">iwr https://get.flashlight.dev/windows -useb | iex</CodeBlock>
1515
</TabItem>
1616
</Tabs>
17+
18+
:::note macOS arm64 support
19+
On a macOS with arm64 architecture (Silicon), you'll need to install Rosetta if you don't have it:
20+
21+
`softwareupdate --install-rosetta --agree-to-license`
22+
23+
More details [here](https://github.com/bamlab/flashlight/issues/199#issuecomment-2351870408)
24+
:::

0 commit comments

Comments
 (0)