Update "OS X" to "macOS"

It's been called macOS for a little over 3 years now (https://www.wired.com/2016/06/apple-os-x-dead-long-live-macos/).
This commit is contained in:
Sean Mooney 2019-06-21 18:40:44 -04:00 committed by GitHub
parent 9f3341c689
commit 3f09574f45
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -37,7 +37,7 @@ Screenshot of the HASS Configurator.
This tool allows you to browse your filesystem and modify files. So be careful which files you edit, or you might break critical parts of your system.<br />
Consider running the configurator as a user with limited privileges to limit possible damage.</p>
### {% linkable_title Installation (Linux, OS X) %}
### {% linkable_title Installation (Linux, macOS) %}
There are no dependencies on Python modules that are not part of the standard library. And all the fancy JavaScript libraries are loaded from CDN (which means this doesn't work when you're offline).
- Copy [configurator.py](https://github.com/danielperna84/hass-configurator/blob/master/configurator.py) to your Home Assistant configuration directory (e.g `/home/homeassistant/.homeassistant`): `wget https://raw.githubusercontent.com/danielperna84/hass-configurator/master/configurator.py`
- Make it executable: `sudo chmod 755 configurator.py`