diff options
Diffstat (limited to 'net/matterbridge/pkg/README')
| -rw-r--r-- | net/matterbridge/pkg/README | 3 |
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} |
