mirror of
https://git.freebsd.org/ports.git
synced 2025-07-12 06:49:18 -04:00
- Install a contrib program to migrate from ZNC - Install Getting started documentation - Add a patch to update documentation for the ZNC migration program Reported by: portscout
13 lines
357 B
Markdown
13 lines
357 B
Markdown
--- doc/getting-started.md.orig 2021-09-17 09:56:56 UTC
|
|
+++ doc/getting-started.md
|
|
@@ -12,6 +12,10 @@ channels from a ZNC config file:
|
|
|
|
go run ./contrib/znc-import.go <znc config file>
|
|
|
|
+For FreeBSD port users:
|
|
+
|
|
+ soju-znc-import <znc config file>
|
|
+
|
|
## Client side
|
|
|
|
soju can operate in two different modes: multi upstream and single upstream.
|