Merge pull request #273 from thedrow/patch-1

salt-bootstrap only runs with sudo. Changed README file to reflect that.
This commit is contained in:
Pedro Algarvio 2013-12-17 00:02:32 -08:00
commit 7abf4226a3

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