diff options
author | Sadie Powell <sadie@witchery.services> | 2020-08-25 09:54:27 +0100 |
---|---|---|
committer | Sadie Powell <sadie@witchery.services> | 2020-08-25 09:54:27 +0100 |
commit | 7af6a054be2f23281d717484e1eb17190043b3e5 (patch) | |
tree | 68355720c1d696ffdd445ca085c814442ab5ca58 /make/configure.pm | |
parent | cae3a4e72820eac96084dfc2e981a19764270b9c (diff) |
Add a link to the packaging advice to the configure help.
Diffstat (limited to 'make/configure.pm')
-rw-r--r-- | make/configure.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/make/configure.pm b/make/configure.pm index 150dc6af5..cb9b8f640 100644 --- a/make/configure.pm +++ b/make/configure.pm @@ -177,6 +177,7 @@ FLAGS If you have any problems with configuring InspIRCd then visit our IRC channel at irc.inspircd.org #InspIRCd for support. +Packagers: see https://docs.inspircd.org/packaging/ for packaging advice. EOH exit 0; } |