From 19a07a4dc48da1d2ef0f9703bbd1818e3fded91b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ege=20Can=20=C3=96ZER?= Date: Mon, 15 Aug 2022 21:11:57 +0300 Subject: [PATCH] Update README for Windows installation --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index f597b11..227c96a 100644 --- a/README.rst +++ b/README.rst @@ -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