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`.
This commit is contained in:
Thomas Ward
2014-09-14 20:17:27 -04:00
parent a52a8e8db1
commit de99f5b106
+2 -2
View File
@@ -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