glances/docs/README.txt

20 lines
231 B
Plaintext
Raw Normal View History

2016-03-05 17:42:05 +00:00
Building the docs
=================
First install Sphinx:
pip install sphinx
Then build:
cd docs && make html
To build the man page:
make man
Then:
rm man/glances.1
cp _build/man/glances.1 man/glances.1