From 984f760476253f5ffc58d77aeef072ce7f159a7a Mon Sep 17 00:00:00 2001 From: Omer Katz Date: Mon, 16 Dec 2013 19:10:54 +0200 Subject: [PATCH] salt-bootstrap only runs with sudo. Changed README file to reflect that. --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 229ebdc..a3b2743 100644 --- a/README.rst +++ b/README.rst @@ -51,7 +51,7 @@ Install a specific version from git using ``wget``: .. code:: console - wget -O - http://bootstrap.saltstack.org | sh -s -- -P git v0.16.4 + wget -O - http://bootstrap.saltstack.org | sudo sh -s -- -P git v0.16.4