Skip to content

Commit 5582dc7

Browse files
authored
fixed a typo in the command
1 parent 957ada3 commit 5582dc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/_docs/installation/raspberry-pi.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ To update to the latest version of Home Assistant follow these simple steps:
9797
```bash
9898
$ sudo su -s /bin/bash homeassistant
9999
$ source /srv/homeassistant/bin/activate
100-
$ pip3 install --upgrade home assistant
100+
$ pip3 install --upgrade homeassistant
101101
```
102102

103103
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).

0 commit comments

Comments
 (0)