diff --git a/README.rst b/README.rst index 0a1b5c0..ae498df 100644 --- a/README.rst +++ b/README.rst @@ -1,3 +1,9 @@ +.. raw:: html + + + +.. role:: red + ================== Bootstrapping Salt ================== @@ -19,6 +25,15 @@ 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:: + + https://github.com/saltstack/salt-bootstrap/raw/develop/bootstrap-salt.sh + + For example, using ``curl`` to install latest git: .. code:: console