Merge pull request #227 from gravyboat/develop

Updated readme with an example that uses git tag version.
This commit is contained in:
Pedro Algarvio 2013-09-25 03:20:23 -07:00
commit 46832eb26c

View file

@ -78,6 +78,11 @@ If all you want is to install a ``salt-master`` using latest git:
curl -L http://bootstrap.saltstack.org | sudo sh -s -- -M -N git develop
If you want to install a specific release version (based on the git tags):
.. code:: console
curl -L http://bootstrap.saltstack.org | sudo sh -s -- git v0.16.4
Adding support for other operating systems