From 2a89ec85736e63ec53b1080757c6a8dc8fa6ac25 Mon Sep 17 00:00:00 2001 From: Ganesh Hegde Date: Thu, 16 Apr 2020 22:29:42 +0200 Subject: [PATCH] update macos autostart doc with a footnote (#13006) * update macos autostart doc with a footnote Related to #12947 * add missing code language flag --- source/_docs/autostart/macos.markdown | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) 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 +```