Skip to content

Commit 0ecc0d4

Browse files
authored
feat: notify users with M chip to install rosetta (#5383)
1 parent aafc563 commit 0ecc0d4

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

src/homepageExperience/components/steps/cli/InstallDependencies.tsx

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,15 @@ sudo cp influxdb2-client-latest-linux-arm64/influx /usr/local/bin/
120120
{currentSelection === 'Mac' && (
121121
<>
122122
<h2 style={headingWithMargin}>Use Homebrew</h2>
123+
<p style={{fontSize: '14px'}}>
124+
Note: if your Mac is equipped with an{' '}
125+
<code className="homepage-wizard--code-highlight">M</code> chip,
126+
ensure you have{' '}
127+
<SafeBlankLink href="https://support.apple.com/en-us/HT211861">
128+
Rosetta
129+
</SafeBlankLink>{' '}
130+
downloaded and installed before continuing.
131+
</p>
123132
<CodeSnippet
124133
text="brew install influxdb-cli"
125134
onCopy={() => logCopyCodeSnippet(currentSelection)}

0 commit comments

Comments
 (0)