2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-08-21 18:50:28 +00:00

Update README.md

To make it correct with markdown
This commit is contained in:
Arif Ali
2015-08-25 22:46:55 +01:00
parent 882f5eede1
commit 720395a835

View File

@@ -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