File tree Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -434,7 +434,7 @@ man -l man/ejabberd.yml.5
434434# ## rebar with old Erlang
435435
436436The ejabberd source code package includes ` rebar` and ` rebar3` binaries
437- that work with Erlang/OTP 24 .0 up to 27 .
437+ that work with Erlang/OTP 25 .0 up to 28 .
438438
439439To compile ejabberd using rebar/rebar3 and Erlang 20.0 up to 23.3,
440440you can install it from your operating system,
@@ -446,6 +446,16 @@ wget https://github.com/processone/ejabberd/raw/21.12/rebar
446446wget https://github.com/processone/ejabberd/raw/21.12/rebar3
447447` ` `
448448
449+ To compile ejabberd using rebar/rebar3 and Erlang 24.0 up to 24.3,
450+ you can install it from your operating system,
451+ or compile yourself from the rebar source code,
452+ or download the old binary from ejabberd 24.12:
453+
454+ ` ` ` sh
455+ wget https://github.com/processone/ejabberd/raw/24.12/rebar
456+ wget https://github.com/processone/ejabberd/raw/24.12/rebar3
457+ ` ` `
458+
449459# # Start
450460
451461You can use the ` ejabberdctl` command line administration script to
You can’t perform that action at this time.
0 commit comments