Site updated at 2016-03-13 12:42:09 UTC

This commit is contained in:
Travis CI 2016-03-13 12:42:09 +00:00
parent d071438b6a
commit fc19a251ca
13 changed files with 171 additions and 169 deletions

View file

@ -436,13 +436,15 @@ Thats it… youre all set to go</p>
<li><a href="https://github.com/balloob/home-assistant/issues">GitHub Page</a> for issue reporting.</li>
</ul>
<h3>Updating</h3>
<p>To update Home Assistant to the latest release run: <code>pip3 install --upgrade homeassistant</code> <br />
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: <code>sudo service hass-daemon restart</code></p>
<h3>Whats next</h3>
<p>If you want to have Home Assistant start on boot, autostart instructions can be found <a href="/getting-started/autostart/">here</a>.</p>
<p>To see what Home Assistant can do, launch demo mode: <code>hass --demo-mode</code> or visit the <a href="/demo">demo page</a>.</p>
<p>To update Home Assistant to the latest release run: <code>pip3 install --upgrade homeassistant</code></p>
<h3><a href="/getting-started/configuration/">Next step: Configuring Home Assistant »</a></h3>