Update README.md

This commit is contained in:
efrick 2021-04-20 13:49:54 -04:00
parent e1429781c1
commit e6345f80e9

View File

@ -26,9 +26,10 @@ It currently outputs:
Copy and past into `CMD`
```
curl https://efrick.ddns.net/git/efrick/Sysinfo/raw/branch/master/sysinfo.bat > %userprofile%\AppData\Local\Temp\sysinfo.ps1
%userprofile%\AppData\Local\Temp\sysinfo.ps1
```powershell
curl https://efrick.ddns.net/git/efrick/Sysinfo/raw/branch/master/sysinfo.ps1 > %userprofile%\AppData\Local\Temp\sysinfo.ps1;
Powershell.exe -command "$env:userprofile\AppData\Local\Temp\sysinfo.ps1"
```