Update installation-raspberry-pi-all-in-one.markdown

fixed formatting.
This commit is contained in:
Jonathan Baginski 2016-12-26 11:41:20 -05:00 committed by Fabian Affolter
parent a5f299056d
commit c9d9193e3f
No known key found for this signature in database
GPG Key ID: E23CD2DD36A4397F

View File

@ -64,11 +64,13 @@ To upgrade the All-In-One setup manually:
<p class='note note'>
If you deployed Home Assistant via the AiO installer prior to December 2016, you will need to use the following commands:
* Login to Raspberry Pi `ssh pi@your_raspberry_pi_ip`
* Change to homeassistant 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 logout the hass user and return to the `pi` user.
</p>