From 5ccefb0e9e3bd0680c013c3c6d3effd14d512e84 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A9vin=20Dunglas?= Date: Wed, 23 Dec 2015 13:32:09 +0100 Subject: [PATCH] [doc] Mention to run modules_update_specs first --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index f4f07c7..49970e4 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,9 @@ For users To use an ejabberd module coming from this repository: - You need to have ejabberd installed. + +- If you have not already done it, run `ejabberdctl modules_update_specs` + to retrieve the list of available modules. - Run `ejabberdctl module_install ` to get the source code and to compile and install the `beam` file into ejabberd's module search path.