]> granicus.if.org Git - ejabberd/commitdiff
README: Mention commands in the right order
authorHolger Weiss <holger@zedat.fu-berlin.de>
Mon, 9 Feb 2015 13:57:23 +0000 (14:57 +0100)
committerHolger Weiss <holger@zedat.fu-berlin.de>
Mon, 9 Feb 2015 13:57:23 +0000 (14:57 +0100)
README

diff --git a/README b/README
index dd05f40b49a5b7b35f683981c3a713f4f9a32667..35a6f49507736dbd2d8331f2b4963b04bd2a422a 100644 (file)
--- a/README
+++ b/README
@@ -117,15 +117,15 @@ To compile ejabberd you need:
 
 ### 1. Compile and install on *nix systems
 
-To compile ejabberd execute the commands:
+To compile ejabberd, execute the following commands.  The first one is only
+necessary if your source tree didn't come with a `configure` script.
 
+    ./autogen.sh
     ./configure
     make
 
-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):
+To install ejabberd, run this command with system administrator rights (root
+user):
 
     sudo make install