We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae0bff0 commit 915b987Copy full SHA for 915b987
website/src/components/Install.mdx
@@ -14,3 +14,11 @@ import CodeBlock from "@theme/CodeBlock";
14
<CodeBlock language="bash">iwr https://get.flashlight.dev/windows -useb | iex</CodeBlock>
15
</TabItem>
16
</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