Skip to content

Commit

Permalink
Fix Rosetta 2 link
Browse files Browse the repository at this point in the history
  • Loading branch information
vogelsgesang committed Sep 29, 2023
1 parent cf482e7 commit 0697a7f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions website/src/components/AppleSiliconWorkarounds.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,9 @@ export function AppleSiliconWorkarounds() {
<summary style={{ fontWeight: 'bold', margin: '.8em .5em' }}>Apple Silicon Workarounds</summary>
<div style={{ marginLeft: '1.4em' }}>
<p>
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.
Hyper API runs on Apple Silicon only with{' '}
<a href="https://support.apple.com/en-us/HT211861">Rosetta 2</a> instead of natively. You will
have to install Rosetta 2 before installing Hyper API.
</p>
<p>
Furthermore, this means that Hyper API can only be used from within other x86 programs, running
Expand Down

0 comments on commit 0697a7f

Please sign in to comment.