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 aafc563 commit 0ecc0d4Copy full SHA for 0ecc0d4
src/homepageExperience/components/steps/cli/InstallDependencies.tsx
@@ -120,6 +120,15 @@ sudo cp influxdb2-client-latest-linux-arm64/influx /usr/local/bin/
120
{currentSelection === 'Mac' && (
121
<>
122
<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>
132
<CodeSnippet
133
text="brew install influxdb-cli"
134
onCopy={() => logCopyCodeSnippet(currentSelection)}
0 commit comments