From 501020a43e3f707f698f2134e41679da7d33f516 Mon Sep 17 00:00:00 2001 From: Joseph Hall Date: Wed, 12 Feb 2014 10:58:04 -0700 Subject: [PATCH] Fixing first person and one-liner --- README.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index d1d0229..cd6bcb2 100644 --- a/README.rst +++ b/README.rst @@ -154,11 +154,12 @@ 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): +To install a specific branch from a git fork: .. code:: console - curl -L http://bootstrap.saltstack.org | sudo sh -s -- -g https://github.com/myuser/salt.git git mybranch + curl -o salt_install.sh -L http://bootstrap.saltstack.org + sudo sh salt_install.sh -g https://github.com/myuser/salt.git git mybranch Installing via an Insecure One-Liner