2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-06-17 20:00:19 +00:00

Merge pull request #120 from arif-ali/patch-1

Update README.md
This commit is contained in:
Victor Hu
2015-08-26 02:02:17 -04:00

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