Update dev setup instructions to install stable PS7

This commit is contained in:
Matt Olson 2020-03-17 12:30:00 -07:00
Родитель 7eed2f8985
Коммит 88a5261c45
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -34,7 +34,7 @@ MsQuic uses several cross platform PowerShell build scripts to simplify build an
You can install PowerShell 7.0 on Windows by running the following **PowerShell** script:
```PowerShell
iex "& { $(irm https://aka.ms/install-powershell.ps1) } -UseMSI -Preview"
iex "& { $(irm https://aka.ms/install-powershell.ps1) } -UseMSI"
```
Then you will need to manually launch "PowerShell 7" to continue.