mirror of
https://github.com/processone/ejabberd.git
synced 2024-12-22 17:28:25 +01:00
As default, attempt to add path to Elixir
This commit is contained in:
parent
6c499f510b
commit
28569d6209
2
README
2
README
@ -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
|
||||
-----
|
||||
|
Loading…
Reference in New Issue
Block a user