summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorHolger Weiss <holger@zedat.fu-berlin.de>2015-02-09 14:57:23 +0100
committerHolger Weiss <holger@zedat.fu-berlin.de>2015-02-09 14:57:23 +0100
commit5c32ba49e2ece1f57eafb1dde59c26e572172c25 (patch)
treee7f9136e50156f8d4e34e1500b68cbfc7b8bd511 /README
parentREADME: Mention how to create "configure" script (diff)
README: Mention commands in the right order
Diffstat (limited to 'README')
-rw-r--r--README10
1 files changed, 5 insertions, 5 deletions
diff --git a/README b/README
index dd05f40b..35a6f495 100644
--- 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