diff --git a/source/getting-started/installation-raspberry-pi-all-in-one.markdown b/source/getting-started/installation-raspberry-pi-all-in-one.markdown index 6bc82b4cb9dd..3f4f6a5a27a2 100644 --- a/source/getting-started/installation-raspberry-pi-all-in-one.markdown +++ b/source/getting-started/installation-raspberry-pi-all-in-one.markdown @@ -56,8 +56,8 @@ To upgrade the All-In-One setup manually: * Change to hass user `sudo su -s /bin/bash hass` * Change to virtual enviroment `source /srv/hass/hass_venv/bin/activate` * Update HA `pip3 install --upgrade homeassistant` -* Type `exit` to get out of hass user and change to normal user. - +* Type `exit` to logout the `hass` user and return to the `pi` user. + To upgrade with fabric: * Login to Raspberry Pi `ssh pi@your_raspberry_pi_ip`