From 28569d62091a54d88f184c39385ea25890ae43e2 Mon Sep 17 00:00:00 2001 From: Mickael Remond Date: Mon, 25 Jan 2016 23:28:27 +0100 Subject: [PATCH] As default, attempt to add path to Elixir --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README b/README index f6e174ce6..44026f67e 100644 --- a/README +++ b/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 ----- -- 2.40.0