Update install.md (#5456)

Removed erroneous backtick character. This is two separate PowerShell commands.

Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
pull/5460/head
dezdez 2024-05-07 06:38:21 +10:00 committed by GitHub
parent ecbaeb2e2a
commit efae13f39f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -302,7 +302,7 @@ In PowerShell _as an administrator_, do the following:
wget `
https://dl.influxdata.com/telegraf/releases/telegraf-{{% latest-patch %}}_windows_amd64.zip `
-UseBasicParsing `
-OutFile telegraf-{{< latest-patch >}}_windows_amd64.zip `
-OutFile telegraf-{{< latest-patch >}}_windows_amd64.zip
Expand-Archive .\telegraf-{{% latest-patch %}}_windows_amd64.zip `
-DestinationPath 'C:\Program Files\InfluxData\telegraf\'
```