Move updating to a new page

This commit is contained in:
Fabian Affolter 2016-06-05 14:46:07 +02:00
parent 1f5cf475cd
commit b7de714d6c
2 changed files with 0 additions and 16 deletions

View File

@ -31,16 +31,6 @@ If you prefer to watch a video tutorial, [tktino](https://github.com/tktino) has
- [Mac OS X](https://www.youtube.com/watch?v=hej6ipN86ls)
- [Ubuntu 14.04](https://www.youtube.com/watch?v=SXaAG1lGNH0)
### {% linkable_title Updating %}
To update Home Assistant to the latest release when available, run:
```bash
$ pip3 install --upgrade homeassistant
```
After updating, restart Home Assistant for the changes to take effect.
### {% linkable_title Troubleshooting %}
If you run into any issues, please see [the troubleshooting page](/getting-started/troubleshooting/). It contains solutions to many of the common encountered issues.

View File

@ -25,12 +25,6 @@ Running these commands will:
There is also a [video tutorial](https://www.youtube.com/watch?v=GjzOXkPb7XE) created by [brusc](https://github.com/brusc).
### {% linkable_title Updating %}
To update Home Assistant to the latest release when available, run: `pip3 install --upgrade homeassistant`
You have to restart Home Assistant (`hass` itself or with the help of the autostarting daemon if you use any) for the changes to take effect.
### {% linkable_title Troubleshooting %}
If you run into any issues, please see [the troubleshooting page](/getting-started/troubleshooting/). It contains solutions to many of the more commonly encountered issues.