diff --git a/README.md b/README.md index b70fde1..79e4f8f 100644 --- a/README.md +++ b/README.md @@ -69,7 +69,20 @@ bot in another Matrix client, or using the create group chat button in Beeper Desktop. Currently the bridge will run in foreground, so you'll have to keep `bbctl run` -active somewhere (tmux is a good option). In the future, a service mode will be +active somewhere (tmux is a good option). + +Use crontab to set the bridge up to start on reboot. If you would like logging +add the following entry to your crontab and replace `` with the location of +bbctl, `` with the name of the bridge, and `` with the +location of where you would like logs saved: + +`@reboot //bbctl run > //.log` + +If you do not want logging add the following to your crontab: + +`@reboot //bbctl run > /dev/null` + +In the future, a service mode will be added where the bridge is registered as a systemd or launchd service to be started automatically by the OS.