Fixed typo (#1465)

This commit is contained in:
Pedro Navarro 2016-11-20 09:07:03 -08:00 committed by Fabian Affolter
parent eb538d9b70
commit 0b1b6700fc

View File

@ -87,7 +87,7 @@ And that's it... you now have Home Assistant installed, and you can be sure that
### {% linkable_title Finally... Run Home Assistant %} ### {% linkable_title Finally... Run Home Assistant %}
There are two ways to launch Home Assistant. If you are **in** the virtualenv, you can just run `hass` and it will work as normal. If the virtualenv is not activated, you just use the `hass` executable in the `bin` directory mentioned earlier. There is one caveat... Because Home Assistant stores it's configuration in the user's home directory, we need to be the user `hass` user or specify the configuration with `-c`. There are two ways to launch Home Assistant. If you are **in** the virtualenv, you can just run `hass` and it will work as normal. If the virtualenv is not activated, you just use the `hass` executable in the `bin` directory mentioned earlier. There is one caveat... Because Home Assistant stores its configuration in the user's home directory, we need to be the user `hass` user or specify the configuration with `-c`.
```bash ```bash
$ sudo -u hass -H /srv/hass/bin/hass $ sudo -u hass -H /srv/hass/bin/hass