From e3e8b9afb405bab25850666ff3542337a54dadea Mon Sep 17 00:00:00 2001 From: Badlop Date: Tue, 27 Feb 2024 09:54:44 +0100 Subject: [PATCH] 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. --- COMPILE.md | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/COMPILE.md b/COMPILE.md index 80e932d65..4609ac318 100644 --- a/COMPILE.md +++ b/COMPILE.md @@ -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: