mirror of
https://github.com/saltstack/salt-bootstrap.git
synced 2025-04-17 02:00:22 +00:00
Update README for Windows installation
This commit is contained in:
parent
c56840296c
commit
19a07a4dc4
1 changed files with 1 additions and 1 deletions
|
@ -395,7 +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
|
||||
C:\Temp\bootstrap-salt.ps1
|
||||
|
|
Loading…
Add table
Reference in a new issue