From d0d432e635196771490e258138d578f96002d62c Mon Sep 17 00:00:00 2001 From: William Woodall Date: Thu, 10 Jan 2019 13:31:56 -0500 Subject: [PATCH] fix readme formating (#92) --- README.md | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 7325cc09a9e..86e3e0a4a63 100644 --- a/README.md +++ b/README.md @@ -15,17 +15,21 @@ In the root directory are the files required to locally build the site for testi ### Prerequisites - You must have sphinx installed. On Debian or Ubuntu you can install it using apt: +You must have sphinx installed. On Debian or Ubuntu you can install it using apt: -''' apt-get install python3-sphinx ''' +``` +apt-get install python3-sphinx +``` - For other distributions please refer to http://www.sphinx-doc.org/en/master/usage/installation.html +For other distributions please refer to http://www.sphinx-doc.org/en/master/usage/installation.html ### Build the site To build the site just execute: -''' make html ''' +``` +make html +``` The site will be generated in the build/html directory. The main page is README.html