More formatting fixes.

This commit is contained in:
Pedro Algarvio 2013-01-29 13:33:53 +00:00
parent c4f5e9fbf5
commit c5322fd6a8

View file

@ -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: