From 46c281450b91e5342d39986741f2d45dfea650d9 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Tue, 30 May 2017 20:12:58 +0200 Subject: [PATCH] Add chown --- source/_docs/installation/fedora.markdown | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/source/_docs/installation/fedora.markdown b/source/_docs/installation/fedora.markdown index cf945bbeaae..de30c165722 100644 --- a/source/_docs/installation/fedora.markdown +++ b/source/_docs/installation/fedora.markdown @@ -23,10 +23,11 @@ and Home Assistant itself. $ pip3 install homeassistant ``` -To isolate the Home Assistant installation a [venv](https://docs.python.org/3/library/venv.html) is handy. First create a new directory to store the installation. +To isolate the Home Assistant installation a [venv](https://docs.python.org/3/library/venv.html) is handy. First create a new directory to store the installation and adjust the permissions. ```bash $ sudo mkdir -p /opt/homeassistant +$ sudo chown -R user:group /opt/homeassistant ``` Now switch to the new directory, setup the venv, and activate it.