aboutsummaryrefslogtreecommitdiffstats
path: root/net/matterbridge/pkg/README
diff options
context:
space:
mode:
authorla-ninpre <aaoth@aaoth.xyz>2023-05-06 16:13:32 +0300
committerla-ninpre <aaoth@aaoth.xyz>2023-05-06 16:13:32 +0300
commitf7ab51fefec44960929d4d5ee275beb250971092 (patch)
tree46d88ac2f9ee322ec3ebc2468425ebe18f3220ab /net/matterbridge/pkg/README
parent2e5c77dedef64774b047d9e1e0a3480601e803aa (diff)
downloadports-main.tar.gz
ports-main.zip
net/matterbridge: fix readmeHEADmain
Diffstat (limited to 'net/matterbridge/pkg/README')
-rw-r--r--net/matterbridge/pkg/README3
1 files changed, 2 insertions, 1 deletions
diff --git a/net/matterbridge/pkg/README b/net/matterbridge/pkg/README
index 239983b..768a67d 100644
--- a/net/matterbridge/pkg/README
+++ b/net/matterbridge/pkg/README
@@ -11,7 +11,8 @@ To start using matterbridge, copy the desired sample config, modify
it to your taste and enable and start matterbridge service. Alternatively,
of course you can write a new config from scratch.
-# cp ${TRUEPREFIX}/share/${PKGSTEM}/${PKGSTEM}-sample.toml ${SYSCONFDIR}/${PKGSTEM}/${PKGSTEM}.toml
+# cp ${TRUEPREFIX}/share/${PKGSTEM}/${PKGSTEM}-sample.toml \
+ ${SYSCONFDIR}/${PKGSTEM}/${PKGSTEM}.toml
# vi ${SYSCONFDIR}/${PKGSTEM}/${PKGSTEM}.toml
# rcctl enable ${PKGSTEM} && rcctl start ${PKGSTEM}