From 23e627b89222b2acc498927f730ffa4df1b30f19 Mon Sep 17 00:00:00 2001 From: Patrick Watrin <pat@lucy.local> Date: Mon, 29 Feb 2016 11:57:21 +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 03603d1..521ab6a 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 htm +make html ``` ## Getting started -- GitLab