diff --git a/docs/README.txt b/docs/README.txt new file mode 100644 index 00000000..38f26fb7 --- /dev/null +++ b/docs/README.txt @@ -0,0 +1,19 @@ +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