From 2932bae2fa4eb922a726b9ed91a0dad3da121fe6 Mon Sep 17 00:00:00 2001 From: rallytime Date: Tue, 30 Jan 2018 16:14:02 -0500 Subject: [PATCH] Update README to include mention of bootstrap-salt.ps1 for Windows --- README.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 191b1be..9fded74 100644 --- a/README.rst +++ b/README.rst @@ -11,7 +11,8 @@ Before `Salt`_ can be used for provisioning on the desired machine, the binaries installed. Since `Salt`_ supports many different distributions and versions of operating systems, the `Salt`_ installation process is handled by this shell script ``bootstrap-salt.sh``. This script runs through a series of checks to determine operating system type and version to then -install the `Salt`_ binaries using the appropriate methods. +install the `Salt`_ binaries using the appropriate methods. For Windows, use the +``bootstrap-salt.ps1`` script. **NOTE**