Improved comments in config file.
authorplugd <plugd@thelambdalab.xyz>
Thu, 15 Aug 2024 15:11:10 +0000 (17:11 +0200)
committerplugd <plugd@thelambdalab.xyz>
Thu, 15 Aug 2024 15:11:10 +0000 (17:11 +0200)
qwikboard

index 2a9de2b..cfd26c9 100755 (executable)
--- a/qwikboard
+++ b/qwikboard
@@ -365,6 +365,11 @@ qb.conferences = {
 -- Ensure these point to zip and unzip on your system
 qb.zip = "/usr/bin/zip"
 qb.unzip = "/usr/bin/unzip"
+
+-- If you're going to be using the NNCP handler, ensure
+-- this points to the nncp-file binary on your system
+-- and that the handler can execute it and read your
+-- system's nncp.hjson file.
 qb.nncp_file = "/usr/bin/nncp-file"
 ]])
    cf:close()