From e91bef3adfdb3228fa33fb7aab598cb940013171 Mon Sep 17 00:00:00 2001 From: Tony Narlock Date: Sun, 19 Apr 2015 23:21:32 -0500 Subject: [PATCH] README: code directive fixes --- README.rst | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README.rst b/README.rst index f01b868..3a63211 100644 --- a/README.rst +++ b/README.rst @@ -88,19 +88,19 @@ have ``fetch`` available though: If you have any SSL issues install ``ca_root_nssp``: -..code:: console +.. code:: console pkg install ca_root_nssp And either copy the certificates to the place where fetch can find them: -..code:: console +.code:: console cp /usr/local/share/certs/ca-root-nss.crt /etc/ssl/cert.pem Or link them to the right place: -..code:: console +.. code:: console ln -s /usr/local/share/certs/ca-root-nss.crt /etc/ssl/cert.pem @@ -381,7 +381,9 @@ Please run the following commands and report their output when creating a ticket Testing in Vagrant ------------------ You can use Vagrant_ to easily test changes on a clean machine. The ``Vagrantfile`` defaults to an -Ubuntu box. First, install Vagrant, then:: +Ubuntu box. First, install Vagrant, then: + +.. code:: console $ vagrant up $ vagrant ssh