As default, attempt to add path to Elixir

This commit is contained in:
Mickael Remond 2016-01-25 23:28:27 +01:00
parent 6c499f510b
commit 28569d6209
1 changed files with 1 additions and 1 deletions

2
README
View File

@ -162,7 +162,7 @@ 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
EJABBERD_CONFIG_PATH=ejabberd.yml erl -pa ebin -pa deps/*/ebin -pa test -pa deps/elixir/lib/*/ebin/ -s ejabberd
Links
-----