[doc] Mention to run modules_update_specs first

This commit is contained in:
Kévin Dunglas 2015-12-23 13:32:09 +01:00
parent 195daf9fa1
commit 5ccefb0e9e
1 changed files with 3 additions and 0 deletions

View File

@ -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 <module>` to get the source code and to
compile and install the `beam` file into ejabberd's module search path.