From a813328270c64b8a7811cac138343701aaa6daba Mon Sep 17 00:00:00 2001 From: David Buchmann Date: Mon, 20 Dec 2021 16:28:31 +0100 Subject: [PATCH] clarify make instal installing the modules fails when the doc has not been built --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 09c6289..071f56e 100644 --- a/README.md +++ b/README.md @@ -51,6 +51,9 @@ make rst-docs # optional (docs) make install # optional (installation), run as root ``` +Note: If you downloaded/cloned the source code and not the release archive, you +need to run `make rst-docs` before being able to install. + A [Dockerfile](Dockerfile) is available as example. ## Usage