diff --git a/INSTALL.txt b/INSTALL.txt index b4c718fa..90511a77 100644 --- a/INSTALL.txt +++ b/INSTALL.txt @@ -84,9 +84,9 @@ If you want to generate the API documentation, you'll need Doxygen installed. If and the documentation can be browsed in plain HTML form at ``/library/doc/html/index.html``. -On top of this, if ``qcollectiongenerator`` is installed, PolyVox can also compile and install this documentation as a *Qt Help Collection* file to ``/share/doc/packages/polyvox/qthelp/polyvox.qhc`` (this file is in the build directory as ``/library/doc/html/polyvox.qhc``). To view this file you need Qt Assistant installed. You can open it with:: +On top of this, if ``qcollectiongenerator`` is installed, PolyVox can also compile and install this documentation as a *Qt Help Collection* file to ``/share/doc/packages/polyvox/qthelp/polyvox.qhc`` (this file is in the build directory as ``/library/doc/qthelp/polyvox.qhc``). To view this file you need Qt Assistant installed. You can open it with:: - assistant -collectionFile library/doc/html/polyvox.qhc + assistant -collectionFile library/doc/qthelp/polyvox.qhc This allows indexed searching of the documentation and easier browsing.