Update mac os install script instructions
This commit is contained in:
parent
38f1386331
commit
7af5594dff
1 changed files with 2 additions and 2 deletions
|
@ -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.
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue