From 323587b5433bc8d7a1dbad7ba70541ac7313ef4b Mon Sep 17 00:00:00 2001 From: Nathan Nutter Date: Mon, 3 Mar 2014 23:59:57 -0600 Subject: [PATCH] Fix syntax typo in README.rst One of the code blocks was missing markup. --- README.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.rst b/README.rst index 82a2ca8..f968d83 100644 --- a/README.rst +++ b/README.rst @@ -88,6 +88,8 @@ If you have certificate issues using ``wget`` try the following: Alternatively, if you wish not to bypass the certification verification step you may download the script without a redirect: +.. code:: console + wget -O install_salt.sh https://raw.github.com/saltstack/salt-bootstrap/stable/bootstrap-salt.sh sudo sh install_salt.sh