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/)