windows: show powershell command with silenced download

This commit is contained in:
AJ ONeal 2019-07-04 03:17:12 -06:00
parent 829247b4c0
commit 1c4bfd4baf
1 changed files with 1 additions and 1 deletions

View File

@ -86,7 +86,7 @@ curl https://rootprojects.org/serviceman/dist/darwin/amd64/serviceman -o service
Windows 10: [64-bit Download](https://rootprojects.org/serviceman/dist/windows/amd64/serviceman.exe)
```
powershell.exe Invoke-WebRequest https://rootprojects.org/serviceman/dist/windows/amd64/serviceman.exe -OutFile serviceman.exe
powershell.exe $ProgressPreference = 'SilentlyContinue'; Invoke-WebRequest https://rootprojects.org/serviceman/dist/windows/amd64/serviceman.exe -OutFile serviceman.exe
```
Windows 7: [32-bit Download](https://rootprojects.org/serviceman/dist/windows/386/serviceman.exe)