Add mkdir step to README.

This commit is contained in:
Georg Brandl
2008-03-28 07:34:26 +00:00
parent 980d22b1a7
commit c588416320

1
README
View File

@@ -17,6 +17,7 @@ Reading the docs
After installing::
cd doc
mkdir -p _build/html
sphinx-build . _build/html
browser _build/index.html