diff --git a/DBus-service.md b/DBus-service.md index 0f6b9c6..f740338 100644 --- a/DBus-service.md +++ b/DBus-service.md @@ -12,9 +12,12 @@ signal-cli can run in daemon mode and provides an experimental dbus interface. 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) +```shell +brew install dbus +brew services start dbus +``` + +Then RESTART YOUR MACHINE (I dont know why this is needed, but it is needed for the above commands to work) ### System bus @@ -98,17 +101,6 @@ $reactor->run(); exit 0; ``` -### `dbus` on macOS - -To get the daemon to run properly on macOS (10.15.6) I had to install `dbus` (available on [Homebrew](https://brew.sh/)): - -```shell -brew install dbus -brew services start dbus -``` - -Then restart. - ### Troubleshooting #### Cannot Resolve Session Bus Address