From 4c523911d1d77af7b18015c4b14841f738798791 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sat, 13 May 2017 07:26:27 +0200 Subject: [PATCH] Remove duplicate command --- source/_docs/installation/fedora.markdown | 1 - 1 file changed, 1 deletion(-) diff --git a/source/_docs/installation/fedora.markdown b/source/_docs/installation/fedora.markdown index 574c661aa3c..8e5ffdd6df4 100644 --- a/source/_docs/installation/fedora.markdown +++ b/source/_docs/installation/fedora.markdown @@ -27,7 +27,6 @@ To isolate the Home Assistant installation a [venv](https://docs.python.org/3/li ```bash $ sudo mkdir -p /opt/homeassistant -$ cd /opt/homeassistant ``` Now switch to the new directory, setup the venv, and activate it.