From e7a88b8c5e561f2ebd38557e92bcb6ac84b522d3 Mon Sep 17 00:00:00 2001 From: Joeboyc2 Date: Wed, 11 Jan 2017 20:19:50 +0000 Subject: [PATCH] Fixed type, src to srv line 86 (#1748) --- source/getting-started/installation-raspberry-pi-image.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/getting-started/installation-raspberry-pi-image.markdown b/source/getting-started/installation-raspberry-pi-image.markdown index d21b1300180..5103b8be82f 100644 --- a/source/getting-started/installation-raspberry-pi-image.markdown +++ b/source/getting-started/installation-raspberry-pi-image.markdown @@ -83,7 +83,7 @@ This will in order do the following: - Stop the Home Assistant service running on HASSbian - Open a shell as the `homeassistant` user running the Homeassistant service and that has ownership over the Home Assistant installation. -- Change into the virtual Python environment at `/src/homeassistant/` containing the Home Assistant installation. +- Change into the virtual Python environment at `/srv/homeassistant/` containing the Home Assistant installation. - Upgrade the Home Assistant installation to the latest release. - Exit the shell and return to the `pi` user. - Restart the Home Assistant service.