diff --git a/website/src/components/AppleSiliconWorkarounds.tsx b/website/src/components/AppleSiliconWorkarounds.tsx index dfa8d06..fbb9f1d 100644 --- a/website/src/components/AppleSiliconWorkarounds.tsx +++ b/website/src/components/AppleSiliconWorkarounds.tsx @@ -3,12 +3,12 @@ import Admonition from '@theme/Admonition'; export function AppleSiliconWorkarounds() { return ( - - If you are on Apple Silicon (Apple M1, Apple M2, ...), you will currently need workarounds, as described below. - -
- Apple Silicon Workarounds -
+ + If you are on Apple Silicon (Apple M1, Apple M2, ...), you will currently need workarounds, as described + below. +
+ Apple Silicon Workarounds +

Hyper API runs on Apple Silicon only with [Rosetta 2](https://support.apple.com/en-us/HT211861) instead of natively. You will have to install Rosetta 2 before installing Hyper API. @@ -27,8 +27,8 @@ export function AppleSiliconWorkarounds() {
arch -x86_64 /usr/bin/python3 your_script.py -

-
-
+
+
+
); }