From cf176b3da239962fb6f9c25d291be0b715b3f141 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ege=20Can=20=C3=96ZER?= Date: Mon, 15 Aug 2022 21:15:42 +0300 Subject: [PATCH] Add a newline to Install on Windows codeblock --- README.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/README.rst b/README.rst index 227c96a..590f3ad 100644 --- a/README.rst +++ b/README.rst @@ -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