mirror of
https://github.com/saltstack/salt-bootstrap.git
synced 2025-04-16 09:40:21 +00:00
Add a newline to Install on Windows codeblock
This commit is contained in:
parent
19a07a4dc4
commit
cf176b3da2
1 changed files with 1 additions and 0 deletions
|
@ -395,6 +395,7 @@ Install on Windows
|
||||||
Using ``PowerShell`` to install latest stable version:
|
Using ``PowerShell`` to install latest stable version:
|
||||||
|
|
||||||
.. code:: console
|
.. code:: console
|
||||||
|
|
||||||
New-Item -ItemType Directory -Force -Path C:\Temp
|
New-Item -ItemType Directory -Force -Path C:\Temp
|
||||||
Invoke-WebRequest -Uri https://winbootstrap.saltproject.io -OutFile C:\Temp\bootstrap-salt.ps1
|
Invoke-WebRequest -Uri https://winbootstrap.saltproject.io -OutFile C:\Temp\bootstrap-salt.ps1
|
||||||
Set-ExecutionPolicy -ExecutionPolicy Unrestricted -Scope CurrentUser
|
Set-ExecutionPolicy -ExecutionPolicy Unrestricted -Scope CurrentUser
|
||||||
|
|
Loading…
Add table
Reference in a new issue