mirror of
https://github.com/saltstack/salt-bootstrap.git
synced 2025-04-16 09:40:21 +00:00
More formatting fixes.
This commit is contained in:
parent
c4f5e9fbf5
commit
c5322fd6a8
1 changed files with 2 additions and 2 deletions
|
@ -25,7 +25,7 @@ For example, using ``curl`` to install latest git:
|
|||
curl -L http://bootstrap.saltstack.org | sudo sh -s -- git develop
|
||||
|
||||
|
||||
In case `curl` tells you something like::
|
||||
In case ``curl`` tells you something like::
|
||||
|
||||
curl: (60) SSL certificate problem, verify that the CA cert is OK. Details:
|
||||
error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed
|
||||
|
@ -43,7 +43,7 @@ In case `curl` tells you something like::
|
|||
the -k (or --insecure) option.
|
||||
|
||||
|
||||
Append `-k` or `--insecure` to the `curl` options.
|
||||
Append ``-k`` or ``--insecure`` to the ``curl`` options.
|
||||
|
||||
|
||||
Using ``wget`` to install your distribution's stable packages:
|
||||
|
|
Loading…
Add table
Reference in a new issue