diff --git a/source/_docs/autostart/macos.markdown b/source/_docs/autostart/macos.markdown index 8dc41a3fc8f..b7ab19dbd93 100644 --- a/source/_docs/autostart/macos.markdown +++ b/source/_docs/autostart/macos.markdown @@ -8,7 +8,6 @@ Setting up Home Assistant to run as a background service is simple; macOS will s To get Home Assistant installed as a background service, run: - ```bash $ hass --script macos install @@ -26,3 +25,11 @@ $ hass --script macos uninstall Home Assistant has been uninstalled. ``` + + +Note: +`automake` is required for `hass` to start. If you are missing this on your system, you can install this by running: + +```bash +$ brew install autoconf +```