mirror of
https://github.com/znc/znc.git
synced 2026-07-05 09:21:31 +02:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user