Site updated at 2016-06-18 23:06:25 UTC

This commit is contained in:
Travis CI 2016-06-18 23:06:25 +00:00
parent 7b8a9399a9
commit 9ac43057da
21 changed files with 28 additions and 26 deletions

View file

@ -89,7 +89,7 @@
<hr class="divider">
<p>To update Home Assistant to the latest release when available, run:</p>
<p>The default way to update Home Assistant to the latest release, when available, is:</p>
<div class="highlighter-coderay"><div class="CodeRay">
<div class="code"><pre>$ pip3 install --upgrade homeassistant
@ -97,6 +97,8 @@
</div>
</div>
<p>Different installation methods as <a href="/getting-started/installation-raspberry-pi-all-in-one/">Raspberry Pi All-In-One Installer</a>, <a href="/getting-started/installation-vagrant/">Vagrant</a>, or <a href="/getting-started/installation-virtualenv/#upgrading-home-assistant">Virtualenv</a> may have a alternative way for updating Home Assistant.</p>
<p>After updating, restart Home Assistant for the changes to take effect. This means that you have to restart <code>hass</code> itself or the <a href="/getting-started/autostart/">autostarting</a> daemon if you use any.</p>
<p class="note note">