From de99f5b106110529027fb96dbb39b03c5fea919f Mon Sep 17 00:00:00 2001 From: Thomas Ward Date: Sun, 14 Sep 2014 20:17:27 -0400 Subject: [PATCH] Reorganize "Installing" section slightly Originally at the time of editing, the "Installation is done with the ..." command blurb comes *before* the notice about if you're building from git. I believe it is more sane to have that come first in the README section for installing, as it will be seen before the actual installation commands are, so people will first see that if they are building from git they'll need to run `./autogen.sh`. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 87c43544..7c2fc0f1 100644 --- a/README.md +++ b/README.md @@ -41,11 +41,11 @@ cyrusauth: ## Installing ZNC -Installation is done with the `./configure ; make ; make install` commands. - If you are building from git, you will need to run `./autogen.sh` first to produce the `configure` script. Note that this requires `automake` and `gettext` to be installed. +Installation is done with the `./configure ; make ; make install` commands. + You can use ./configure --help if you want to get a list of options, though the defaults should be suiting