From b81a5cc5e8e3c9926fc3d47c7c89badda504c236 Mon Sep 17 00:00:00 2001 From: Matt Black Date: Tue, 8 Oct 2013 17:13:35 +1100 Subject: [PATCH] Added an example specifying a git tag using wget --- README.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.rst b/README.rst index 0f24ff2..cfc3f65 100644 --- a/README.rst +++ b/README.rst @@ -47,6 +47,13 @@ If you have certificate issues using ``wget`` try the following: wget --no-check-certificate -O - http://bootstrap.saltstack.org | sudo sh +Install a specific version from git using ``wget``: + +.. code:: console + + wget -O - http://bootstrap.saltstack.org | sh -s -- -P git v0.16.4 + + If you already have python installed, ``python 2.6``, then it's as easy as: