From a911cec2a7c12e3d0b5c2f138c649a8e4139ed1f Mon Sep 17 00:00:00 2001 From: Forrest Alvarez Date: Sun, 15 Sep 2013 01:45:15 +0000 Subject: [PATCH] Updated readme with an example that uses git tag version --- README.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.rst b/README.rst index 30f438d..0f24ff2 100644 --- a/README.rst +++ b/README.rst @@ -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