From be32444d71d2443a5239e9d269dc173911202770 Mon Sep 17 00:00:00 2001 From: Tulir Asokan Date: Tue, 8 Aug 2023 10:40:40 +0300 Subject: [PATCH] Mention bbctl run being in foreground --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index a2585e7..696468e 100644 --- a/README.md +++ b/README.md @@ -50,6 +50,11 @@ run an official Beeper bridge or a 3rd party bridge. available, although you can start chats using the `pm` command with the bridge bot. +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 +added where the bridge is registered as a systemd or launchd service to be +started automatically by the OS. + ### 3rd party bridges 3. Run `bbctl register -a
` to generate an appservice registration file.