From 6512325485a73ec1f850b7db273f216f7181cf26 Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Sun, 27 Dec 2015 19:08:02 -0800 Subject: [PATCH] Fix Pi installation instructions. Fixes #129 --- source/getting-started/index.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/getting-started/index.markdown b/source/getting-started/index.markdown index 92b2b71f6ae..885f7bdc2fd 100644 --- a/source/getting-started/index.markdown +++ b/source/getting-started/index.markdown @@ -57,7 +57,7 @@ Home Assistant requires the Raspberry Pi to run [Raspbian Jessie](https://www.ra Execute the following code in a console: ```bash -$ pip3 install homeassistant +$ sudo pip3 install homeassistant $ hass --open-ui ```