mod_log_chat/README.txt: Reflect the move to Git

This commit is contained in:
Holger Weiss 2014-05-28 22:11:23 +02:00
parent b019764868
commit 4320c9c898
1 changed files with 3 additions and 4 deletions

View File

@ -10,12 +10,11 @@ It can store messages in plain text or HTML format.
Compilation and installation
----------------------------
You need to have Erlang installed as well as the ejabberd-dev module
(checkout it in the same directory than mod_log_chat is).
- You need to have Erlang installed.
- Run
erl -pa ../../ejabberd-dev/trunk/ebin -make
in the trunk directory of mod_log_chat.
erl -pa ../ejabberd-dev/ebin -make
in the mod_log_chat directory.
- Copy generated mod_log_chat.beam file from the ebin directory to the
directory where your ejabberd .beam files are.