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
parent
ecbaeb2e2a
commit
efae13f39f
|
|
@ -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\'
|
||||
```
|
||||
|
|
|
|||
Loading…
Reference in New Issue