From fe7439a057928db493e61198a1ef660620a9391e Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Tue, 24 May 2016 08:57:05 -0700 Subject: [PATCH] Fix broken formatting all in one installer. --- .../installation-raspberry-pi-all-in-one.markdown | 2 ++ 1 file changed, 2 insertions(+) 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 ae1083a7d4d..ba9e36aee9b 100644 --- a/source/getting-started/installation-raspberry-pi-all-in-one.markdown +++ b/source/getting-started/installation-raspberry-pi-all-in-one.markdown @@ -29,6 +29,7 @@ The Home Assistant configuration is located at `/home/hass`. The virtualenv with By default, installation makes use of a Python Virtualenv. If you wish to not follow this recommendation, you may add the flag `-n` to the end of the install command specified above. The All-In-One installer script will do the following automatically: + * Create all needed directories * Create needed service accounts * Install OS and Python dependencies @@ -42,6 +43,7 @@ The All-In-One installer script will do the following automatically: To upgrade the All-In-One: + * Login to Raspberry Pi ```ssh pi@your_raspberry_pi_ip``` * Change to hass user `sudo su -s /bin/bash hass` * Change to virtual enviroment `source /srv/hass/hass_venv/bin/activate`