]> granicus.if.org Git - ejabberd/commitdiff
Update dev section to show erl command-line start command
authorMickael Remond <mremond@process-one.net>
Sat, 11 Jul 2015 09:20:38 +0000 (11:20 +0200)
committerMickael Remond <mremond@process-one.net>
Sat, 11 Jul 2015 09:20:38 +0000 (11:20 +0200)
README

diff --git a/README b/README
index 2f78d1973daa057ac7fe5d04fb7164d630c85b11..31a76778b7ae4cfda2e6b74b196abd97fcf07d68 100644 (file)
--- a/README
+++ b/README
@@ -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
 -----