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 ```