From ca3561d69c9a5b39cebfa44d7ac31d3c2187cd22 Mon Sep 17 00:00:00 2001 From: Alex Jurkiewicz Date: Thu, 1 Oct 2015 17:03:07 +1000 Subject: [PATCH] Install stable version with the insecure example For anyone who does copy & paste the insecure one-liner, they probably should get the stable version rather than development. --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 527b3fd..ddd64d5 100644 --- a/README.rst +++ b/README.rst @@ -149,7 +149,7 @@ Installing the latest develop branch of Salt: .. code:: console - curl -L https://bootstrap.saltstack.com | sudo sh -s -- git develop + curl -L https://bootstrap.saltstack.com | sudo sh -s -- stable Any of the example above which use two-lines can be made to run in a single-line configuration with minor modifications.