Update dev section to show erl command-line start command

This commit is contained in:
Mickael Remond 2015-07-11 11:20:38 +02:00
parent a53191fed5
commit 062d2d696f
1 changed files with 4 additions and 0 deletions

4
README
View File

@ -159,6 +159,10 @@ In order to assist in the development of ejabberd, and particularly the
execution of the test suite, a Vagrant environment is available at
https://github.com/processone/ejabberd-vagrant-dev.
To start ejabberd in development mode from the repository directory, you can
type a command like:
EJABBERD_CONFIG_PATH=ejabberd.yml erl -pa ebin -pa deps/*/ebin -pa test -s ejabberd
Links
-----