Update mac os install script instructions

This commit is contained in:
Paulus Schoutsen 2016-07-31 17:38:43 -07:00
parent 38f1386331
commit 7af5594dff

View File

@ -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.
```