Skip to content

Commit 25cf09f

Browse files
Joeboyc2fabaff
authored andcommitted
Amendments to the open paragraph (home-assistant#1764)
I have made some amendments to the top section to ensure the right process gets followed, before it was too easy to just copy the code without reading further
1 parent b9fc2c3 commit 25cf09f

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

source/getting-started/updating.markdown

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,20 +9,18 @@ sharing: true
99
footer: true
1010
---
1111

12+
The upgrade process differed depending on the installtion you have, review the documentaion specific to your install [HASSbian](/getting-started/installation-raspberry-pi-image/#update-home-assistant-on-hassbian), [Raspberry Pi All-In-One Installer](/getting-started/installation-raspberry-pi-all-in-one/#upgrading), [Vagrant](/getting-started/installation-vagrant/), or [Virtualenv](/getting-started/installation-virtualenv/#upgrading-home-assistant).
1213

1314
The default way to update Home Assistant to the latest release, when available, is:
1415

1516
```bash
1617
$ pip3 install --upgrade homeassistant
17-
```
18-
19-
Different installation methods as [HASSbian](/getting-started/installation-raspberry-pi-image/#update-home-assistant-on-hassbian), [Raspberry Pi All-In-One Installer](/getting-started/installation-raspberry-pi-all-in-one/#upgrading), [Vagrant](/getting-started/installation-vagrant/), or [Virtualenv](/getting-started/installation-virtualenv/#upgrading-home-assistant) may have an alternative way for updating Home Assistant.
18+
```
2019

2120
After updating, you must restart Home Assistant for the changes to take effect. This means that you will have to restart `hass` itself or the [autostarting](/getting-started/autostart/) daemon (if applicable)
2221

23-
2422
<p class='note note'>
25-
To avoid permission errors, the upgrade must be run as the same user as the installation was completed.
23+
To avoid permission errors, the upgrade must be run as the same user as the installation was completed, again review the documentation specific to your install [HASSbian](/getting-started/installation-raspberry-pi-image/), [Raspberry Pi All-In-One Installer](/getting-started/installation-raspberry-pi-all-in-one/), [Vagrant](/getting-started/installation-vagrant/), or [Virtualenv](/getting-started/installation-virtualenv)t.
2624
</p>
2725

2826
[BRUH automation](http://www.bruhautomation.com) has created [a tutorial video](https://www.youtube.com/watch?v=tuG2rs1Cl2Y) explaining how to upgrade Home Assistant.

0 commit comments

Comments
 (0)