From d0d73fa9f4d27751dad5c85d13c85561cce23b80 Mon Sep 17 00:00:00 2001 From: David Murphy Date: Fri, 22 Nov 2024 14:13:17 -0700 Subject: [PATCH] Update README.rst Co-authored-by: Derek Ardolf --- README.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 644538c..e387dc2 100644 --- a/README.rst +++ b/README.rst @@ -343,8 +343,7 @@ Installing the latest master branch of Salt from git: .. code:: console - curl -L https://github.com/saltstack/salt-bootstrap/releases/latest/download/bootstrap-salt.sh | - sudo sh -s -- git master + curl -L https://github.com/saltstack/salt-bootstrap/releases/latest/download/bootstrap-salt.sh | sudo sh -s -- git master Note: use of git is recommended for development environments, for example: testing new features of Salt which have not yet been released.