Skip to content

Commit

Permalink
fix(dot-net agent): Make minor edits to installation revision
Browse files Browse the repository at this point in the history
  • Loading branch information
rhetoric101 committed Mar 22, 2022
1 parent c2c5bba commit 2171e24
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -125,10 +125,10 @@ To install the .NET agent on a Linux system with a package manager:
title="Install with rpm (CentOS, Oracle Linux, or RHEL)"
>
<Callout variant="important">
New Relic does not currently offer Linux rpm packages for ARM64, instead [leverage the tarball to install](#clamshell_tarball) on these platforms.
New Relic does not currently offer Linux rpm packages for ARM64. Instead, [leverage the tarball to install](#clamshell_tarball) on these platforms.
</Callout>

1. Go to **[download.newrelic.com/dot_net_agent/latest_release](https://download.newrelic.com/dot_net_agent/latest_release/)**, and copy the URL that corresponds to your [architecture](/docs/agents/net-agent/getting-started/compatibility-requirements-net-agent#architecture) and to the latest `newrelic-netcore20-agent` .rpm package.
1. Go to [download.newrelic.com/dot_net_agent/latest_release](https://download.newrelic.com/dot_net_agent/latest_release/), and copy the URL that corresponds to your [architecture](/docs/agents/net-agent/getting-started/compatibility-requirements-net-agent#architecture) and to the latest `newrelic-netcore20-agent` .rpm package.
2. Download the package with `wget`, replacing `https://LINK_TO_PACKAGE` with the full URL of the package:

```
Expand Down

0 comments on commit 2171e24

Please sign in to comment.