Fix typo that confused captcha_nif library and mod_captcha_rust module

This commit is contained in:
Badlop 2023-01-04 16:29:29 +01:00
parent 1469e7c76f
commit bc43e7e750
1 changed files with 2 additions and 2 deletions

View File

@ -43,7 +43,7 @@ make
``` ```
Install ejabberd as usual, restart it Install ejabberd as usual, restart it
and now you can proceed to install `mod_captchanif`. and now you can proceed to install `mod_captcha_rust`.
### B) ejabberd with binary installer ### B) ejabberd with binary installer
@ -62,7 +62,7 @@ mix release
Copy all the directories from `_build/dev/rel/captcha/lib` Copy all the directories from `_build/dev/rel/captcha/lib`
to the path where you have ejabberd lib directories installed. to the path where you have ejabberd lib directories installed.
Now you can restart ejabberd and proceed to install `mod_captchanif`. Now you can restart ejabberd and proceed to install `mod_captcha_rust`.
Basic Configuration Basic Configuration