From: Holger Weiss Date: Mon, 9 Feb 2015 13:31:59 +0000 (+0100) Subject: README: Mention how to create "configure" script X-Git-Tag: 15.02~10 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2ccbff3b98ee139103d48c55e7e97e9602d1a267;p=ejabberd README: Mention how to create "configure" script --- diff --git a/README b/README index aab31f167..dd05f40b4 100644 --- a/README +++ b/README @@ -122,8 +122,10 @@ To compile ejabberd execute the commands: ./configure make -To install ejabberd, run this command with system administrator rights -(root user): +If you don't have the `configure` script, run `autogen.sh` first. + +To install ejabberd, execute the following command with system administrator +rights (root user): sudo make install