salt-bootstrap only runs with sudo. Changed README file to reflect that.

This commit is contained in:
Omer Katz 2013-12-16 19:10:54 +02:00
parent bb13b99c38
commit 984f760476

View file

@ -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