From 513f3e3b0a969dd9e6867c9b22e0b2bc89e71b62 Mon Sep 17 00:00:00 2001 From: Joseph Hall Date: Wed, 12 Feb 2014 10:43:42 -0700 Subject: [PATCH] Update README with instructions for a git fork --- README.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.rst b/README.rst index 54dd258..d1d0229 100644 --- a/README.rst +++ b/README.rst @@ -154,6 +154,13 @@ If you want to install a specific release version (based on the git tags): curl -o salt_install.sh -L http://bootstrap.saltstack.org sudo sh salt_install.sh git v0.16.4 +If you want to install a specific branch from your own fork in git, one line (see below): + +.. code:: console + + curl -L http://bootstrap.saltstack.org | sudo sh -s -- -g https://github.com/myuser/salt.git git mybranch + + Installing via an Insecure One-Liner ------------------------------------