fixed a typo in the command

This commit is contained in:
Mahasri Kalavala 2018-03-04 20:17:13 -05:00 committed by GitHub
parent 957ada3afa
commit 5582dc788c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -97,7 +97,7 @@ To update to the latest version of Home Assistant follow these simple steps:
```bash
$ sudo su -s /bin/bash homeassistant
$ source /srv/homeassistant/bin/activate
$ pip3 install --upgrade home assistant
$ pip3 install --upgrade homeassistant
```
Once the last command executes restart the Home Assistant service to apply the latest updates. Please keep in mind that some updates may take longer to boot up than others. If Home Assistant fails to start make sure you check the **Breaking Changes** from the [Release Notes](https://github.com/home-assistant/home-assistant/releases).