Add a newline to Install on Windows codeblock

This commit is contained in:
Ege Can ÖZER 2022-08-15 21:15:42 +03:00 committed by GitHub
parent 19a07a4dc4
commit cf176b3da2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -395,6 +395,7 @@ Install on Windows
Using ``PowerShell`` to install latest stable version:
.. code:: console
New-Item -ItemType Directory -Force -Path C:\Temp
Invoke-WebRequest -Uri https://winbootstrap.saltproject.io -OutFile C:\Temp\bootstrap-salt.ps1
Set-ExecutionPolicy -ExecutionPolicy Unrestricted -Scope CurrentUser