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:
Ganesh Hegde 2020-04-16 22:29:42 +02:00 committed by GitHub
parent 762a559c85
commit 2a89ec8573
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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