Move updates to one place and add note about user

This commit is contained in:
Fabian Affolter 2016-06-09 08:32:16 +02:00
parent 645deec7e9
commit 6e4e6d1c99
2 changed files with 15 additions and 7 deletions

View File

@ -69,11 +69,4 @@ Android Chrome
chrome -> settings -> site settings -> storage -> search for your URL for home assistant-> "clear & reset"
#### {% linkable_title Run the development version %}
If you want to stay on top of the development of Home Assistant then you can upgrade to the `dev` branch. This can result in an unstable system, loss of data, etc. etc.
```bash
$ pip3 install --upgrade git+git://github.com/balloob/home-assistant.git@dev
```
### [« Back to Getting Started](/getting-started/)

View File

@ -18,3 +18,18 @@ $ pip3 install --upgrade homeassistant
After updating, restart Home Assistant for the changes to take effect. This means that you have to restart `hass` itself or the [autostarting](/getting-started/autostart/) daemon if you use any.
<p class='note note'>
The upgrade needs to be run as the same user as the installation was done to avoid permission errors.
</p>
#### {% linkable_title Run the development version %}
If you want to stay on top of the development of Home Assistant then you can upgrade to the `dev` branch.
<p class='note warning'>
This can result in an unstable system, loss of data, etc. etc.
</p>
```bash
$ pip3 install --upgrade git+git://github.com/home-assistant/home-assistant.git@dev
```