Skip to content

Commit

Permalink
Update installation guidance (#166930)
Browse files Browse the repository at this point in the history
Update installation guidance for AMD architecture as it may be confusing
for users.
Relates elastic/beats#33042
  • Loading branch information
jlind23 authored Sep 21, 2023
1 parent 67939c3 commit 4f0a43d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export const InstallationMessage: React.FunctionComponent<Props> = ({
<EuiText>
<FormattedMessage
id="xpack.fleet.enrollmentInstructions.installationMessage"
defaultMessage="Select the appropriate platform and run commands to install, enroll, and start Elastic Agent. Reuse commands to set up agents on more than one host. For aarch64, see our {downloadLink}. For additional guidance, see our {installationLink}."
defaultMessage="Select the appropriate platform and run commands to install, enroll, and start Elastic Agent. Reuse commands to set up agents on more than one host. For aarch64, see our {downloadLink}. This guidance is for AMD but you can adapt it to your device architecture. For additional guidance, see our {installationLink}."
values={{
downloadLink: (
<EuiLink
Expand Down

0 comments on commit 4f0a43d

Please sign in to comment.