From c6c4bc167977fe185b39e2e4cd7204685a1b547f Mon Sep 17 00:00:00 2001 From: Daniele Sluijters Date: Mon, 14 Oct 2013 13:05:22 +0200 Subject: [PATCH] README: Add newline after code-block. --- README.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.rst b/README.rst index 3978570..a6d454d 100644 --- a/README.rst +++ b/README.rst @@ -82,6 +82,7 @@ Passenger From within the Puppetboard checkout: .. code-block:: bash + mkdir public mkdir tmp ln -s wsgi.py passenger_wsgi.py @@ -89,6 +90,7 @@ From within the Puppetboard checkout: The apache vhost configuration: .. code-block:: + ServerName puppetboard.example.tld DocumentRoot /path/to/puppetboard/public