From f0499debd9fc4c44196f105e23b9a6e7a62ea50e Mon Sep 17 00:00:00 2001 From: Donald A Lobo <409069+dlobo@users.noreply.github.com> Date: Mon, 11 Jan 2021 20:31:50 -0800 Subject: [PATCH] Updated DBus service (markdown) --- DBus-service.md | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/DBus-service.md b/DBus-service.md index 81dc7ba..0f6b9c6 100644 --- a/DBus-service.md +++ b/DBus-service.md @@ -1,12 +1,5 @@ signal-cli can run in daemon mode and provides an experimental dbus interface. -` -MacOS users can do the following: - -* brew install dbus -* brew services start dbus -* RESTART YOUR MACHINE (I dont know why this is needed, but i struggled a bit with multiple things which did not work. A restart worked and no other changes were needed) -` * Run in daemon mode (dbus session bus) signal-cli -u USERNAME daemon @@ -15,6 +8,14 @@ MacOS users can do the following: signal-cli --dbus send -m "Message" [RECIPIENT [RECIPIENT ...]] [-a [ATTACHMENT [ATTACHMENT ...]]] +### MacOS + +MacOS users can run the following commands if needed: + +* brew install dbus +* brew services start dbus +* RESTART YOUR MACHINE (I dont know why this is needed, but i struggled a bit with multiple things which did not work. A restart worked and no other changes were needed) + ### System bus To run on the system bus you need to take some additional steps.