From fc5dbe1fe58b1d6690b64ce245aab66cd35253e4 Mon Sep 17 00:00:00 2001 From: Pedro Algarvio Date: Thu, 30 Jan 2014 20:03:46 -0700 Subject: [PATCH] Fix RST --- README.rst | 17 +++++------------ 1 file changed, 5 insertions(+), 12 deletions(-) diff --git a/README.rst b/README.rst index ae498df..a4ac1d4 100644 --- a/README.rst +++ b/README.rst @@ -1,9 +1,3 @@ -.. raw:: html - - - -.. role:: red - ================== Bootstrapping Salt ================== @@ -25,13 +19,12 @@ One Line Bootstrap If you're looking for the *one-liner* to install salt(please remove ``sudo`` from the following *one-liners* if running them as the ``root`` user). -:red:`Attention`: The following examples are provided as an helpful and short way to install Salt. - The URL used is just an HTTP redirect and as such it **will**, most likely, make - either ``curl`` or ``wget`` or ``fetch`` (in FreeBSD >= 10), to complain about - certificate issues. If this worries you, you **should not** use this URL. Use - instead:: +.. Attention:: The following examples are provided as an helpful and short way to install Salt. +The URL used is just an HTTP redirect and as such it **will**, most likely, make either ``curl`` or +``wget`` or ``fetch`` (in FreeBSD >= 10), to complain about certificate issues. If this worries +you, you **should not** use this URL. Use instead:: - https://github.com/saltstack/salt-bootstrap/raw/develop/bootstrap-salt.sh + https://github.com/saltstack/salt-bootstrap/raw/develop/bootstrap-salt.sh For example, using ``curl`` to install latest git: