jami-docs

Forked version of Jami documentation, see wrycode.com/jami-docs-demo
git clone git://git.wrycode.com/wrycode/jami-docs.git
Log | Files | Refs

commit 2337c0dc8b69b9198feff4b1495dccc970fbd17c
parent 09fbe784b01d8c95490cd8024c228cb339dd0ff2
Author: Nick Econopouly <wry@mm.st>
Date:   Wed,  1 Dec 2021 14:12:24 -0500

Add make clean to build instructions

Diffstat:
Mguides/how-to-contribute-to-this-documentation.txt | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/guides/how-to-contribute-to-this-documentation.txt b/guides/how-to-contribute-to-this-documentation.txt @@ -62,7 +62,7 @@ From the base of the repository, run: .. code-block:: bash - $ make html + $ make clean && make html You should now be able to view the documentation in your web browser. The homepage is at ``_build/html/index.html``.