Skip to content

Commit

Permalink
Update download-collector-from-static-url.md (SumoLogic#3181)
Browse files Browse the repository at this point in the history
specify a reasonable default path for the example powershell command
  • Loading branch information
jeff-d authored Oct 6, 2023
1 parent dcc3cda commit 8593778
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ This document provides static URLs to download our [Installed Collector](/docs/s
# download the installer
Invoke-WebRequest 'https://collectors.sumologic.com/rest/download/win64' -outfile '<download_path>\SumoCollector.exe'
Invoke-WebRequest 'https://collectors.sumologic.com/rest/download/win64' -outfile $home\Desktop\SumoCollector.exe
```

Replace the `<download_path>` with the location where you want to download the Collector. For example, `C:\user\download\sumouser\SumoCollector.exe`.
Expand Down

0 comments on commit 8593778

Please sign in to comment.