User proper formatting.

This commit is contained in:
Pedro Algarvio 2013-01-29 13:30:12 +00:00
parent 47f42d7d4d
commit 4d6c0f989c

View file

@ -27,7 +27,9 @@ For example, using ``curl`` to install latest git:
In case `curl` tells you something like:
```
.. code: text
curl: (60) SSL certificate problem, verify that the CA cert is OK. Details:
error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed
More details here: http://curl.haxx.se/docs/sslcerts.html
@ -42,7 +44,7 @@ If this HTTPS server uses a certificate signed by a CA represented in
not match the domain name in the URL).
If you'd like to turn off curl's verification of the certificate, use
the -k (or --insecure) option.
```
Append `-k` or `--insecure` to the `curl` options.