Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions reference/fleet/install-standalone-elastic-agent.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ To install and run {{agent}} standalone:

::::::{tab-item} macOS
```shell subs=true
curl -L -O https://artifacts.elastic.co/downloads/beats/elastic-agent/elastic-agent-{{stack-version}}-darwin-x86_64.tar.gz
tar xzvf elastic-agent-{{stack-version}}-darwin-x86_64.tar.gz
curl -L -O https://artifacts.elastic.co/downloads/beats/elastic-agent/elastic-agent-{{stack-version}}-darwin-aarch64.tar.gz
tar xzvf elastic-agent-{{stack-version}}-darwin-aarch64.tar.gz
```
::::::

Expand Down Expand Up @@ -116,7 +116,7 @@ To install and run {{agent}} standalone:

:::::::

The commands shown are for Intel platforms, but ARM packages are also available. Refer to the {{agent}} [downloads page](https://www.elastic.co/downloads/elastic-agent) for the full list of available packages.
The commands shown are for either the Intel or ARM platform, but packages for both are available. Refer to the {{agent}} [downloads page](https://www.elastic.co/downloads/elastic-agent) for the full list of available packages.



Expand Down
Loading