mirror of
https://github.com/saltstack/salt-bootstrap.git
synced 2025-04-15 17:20:20 +00:00
readme: improve windows install guidance
This commit is contained in:
parent
156120e4da
commit
ccd67c4f66
1 changed files with 7 additions and 3 deletions
10
README.rst
10
README.rst
|
@ -397,12 +397,16 @@ 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
|
||||
Invoke-WebRequest -Uri https://winbootstrap.saltproject.io -OutFile $env:TEMP\bootstrap-salt.ps1
|
||||
Set-ExecutionPolicy -ExecutionPolicy Unrestricted -Scope CurrentUser
|
||||
C:\Temp\bootstrap-salt.ps1
|
||||
& $env:TEMP\bootstrap-salt.ps1
|
||||
Set-ExecutionPolicy -ExecutionPolicy Undefined -Scope CurrentUser
|
||||
|
||||
Display information about the install script parameters:
|
||||
|
||||
.. code:: console
|
||||
|
||||
help $env:TEMP\bootstrap-salt.ps1 -Detailed
|
||||
|
||||
Using ``cygwin`` to install latest stable version:
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue