Merge pull request #300 from lindsaymarkward/patch-1

Make updating instructions more obvious
This commit is contained in:
Fabian Affolter 2016-03-13 13:40:34 +01:00
commit b3dd810e58

View File

@ -284,11 +284,13 @@ For additional help, in addition to this site, there are four sources:
- [Gitter Chatroom](https://gitter.im/balloob/home-assistant) for general Home Assistant discussions and questions.
- [GitHub Page](https://github.com/balloob/home-assistant/issues) for issue reporting.
### Updating
To update Home Assistant to the latest release run: `pip3 install --upgrade homeassistant`
You then have to restart Home Assistant for the changes to take effect. If you have installed it as an autostarting daemon (see below), then run: `sudo service hass-daemon restart`
### What's next
If you want to have Home Assistant start on boot, autostart instructions can be found [here](/getting-started/autostart/).
To see what Home Assistant can do, launch demo mode: `hass --demo-mode` or visit the [demo page](/demo).
To update Home Assistant to the latest release run: `pip3 install --upgrade homeassistant`
### [Next step: Configuring Home Assistant »](/getting-started/configuration/)