From add372f5d4977147481b046c1802c06f67a5594e Mon Sep 17 00:00:00 2001 From: Patrick Watrin <pat@lucy.local> Date: Mon, 29 Feb 2016 11:57:18 +0100 Subject: [PATCH] documentation building howto --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 521ab6a..03603d1 100644 --- a/README.md +++ b/README.md @@ -117,7 +117,7 @@ apt-get install python-sphinx Once the tool installed, just open a terminal, move in the [documentation]() directory and run (as user): ```bash -make html +make htm ``` ## Getting started -- GitLab