mirror of
https://github.com/saltstack/salt-bootstrap.git
synced 2025-04-17 02:00:22 +00:00
Fix RST
This commit is contained in:
parent
26438a96c1
commit
fc5dbe1fe5
1 changed files with 5 additions and 12 deletions
17
README.rst
17
README.rst
|
@ -1,9 +1,3 @@
|
|||
.. raw:: html
|
||||
|
||||
<style> .red {color: red;} </style>
|
||||
|
||||
.. 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:
|
||||
|
|
Loading…
Add table
Reference in a new issue