From 7af5594dffc001d0c18b9088b228f07e02ee9941 Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Sun, 31 Jul 2016 17:38:43 -0700 Subject: [PATCH] Update mac os install script instructions --- source/getting-started/autostart-macos.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/getting-started/autostart-macos.markdown b/source/getting-started/autostart-macos.markdown index 09ae93e25ad..c61bf57331d 100644 --- a/source/getting-started/autostart-macos.markdown +++ b/source/getting-started/autostart-macos.markdown @@ -15,7 +15,7 @@ To get Home Assistant installed as a background service, run: ```bash -$ hass --install-osx +$ hass --script macos install Home Assistant has been installed. Open it here: http://localhost:8123 ``` @@ -25,7 +25,7 @@ Home Assistant will log to `~/Library/Logs/homeassistant.log` To uninstall the service, run: ```bash -$ hass --uninstall-osx +$ hass --script macos uninstall Home Assistant has been uninstalled. ```