mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-16 22:06:50 +00:00
update macos autostart doc with a footnote (#13006)
* update macos autostart doc with a footnote Related to #12947 * add missing code language flag
This commit is contained in:
parent
762a559c85
commit
2a89ec8573
@ -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
|
||||
```
|
||||
|
Loading…
x
Reference in New Issue
Block a user