COMPILE.md: Update text about OTP release to match current behaviour

Also keep this document direct, short and introductory, there's a
already a section in the ejabberd Docs site with all the details.
This commit is contained in:
Badlop 2024-02-27 09:54:44 +01:00
parent a8e3af3586
commit e3e8b9afb4
1 changed files with 1 additions and 6 deletions

View File

@ -91,12 +91,7 @@ Instead of installing ejabberd in the system, you can build an OTP release
that includes all necessary to run ejabberd in a subdirectory:
./configure
make rel
Or, if you have Elixir available and plan to develop Elixir code:
./configure --with-rebar=mix
make dev
make prod
Check the full list of targets: