From 720395a83547cee1468c899f24803bd637bbc9da Mon Sep 17 00:00:00 2001 From: Arif Ali Date: Tue, 25 Aug 2015 22:46:55 +0100 Subject: [PATCH] Update README.md To make it correct with markdown --- docs/README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/README.md b/docs/README.md index bb674eac9..ebee8d2fb 100644 --- a/docs/README.md +++ b/docs/README.md @@ -7,12 +7,12 @@ To build the docs locally: * Clone the project * Using pip, install sphinx (See: http://pip.readthedocs.org/) -~~~~ +``` pip install sphinx -~~~~ +``` * Build the Docs -~~~~ +``` cd xcat-docs/docs make html -~~~~ +``` * View the docs by opening index.html from a web browser under xcat-docs/docs/build/html/index.html