From 8eff1f37f0d62f8d9b88a7c3e08ba0d4e21a0d52 Mon Sep 17 00:00:00 2001 From: Arno Date: Tue, 23 May 2017 18:26:46 +0200 Subject: [PATCH] Typo: Forgot closing ) for link to virtualenv docs (#2695) --- source/_docs/installation/armbian.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/_docs/installation/armbian.markdown b/source/_docs/installation/armbian.markdown index f93959eba1c..e54d67acb85 100644 --- a/source/_docs/installation/armbian.markdown +++ b/source/_docs/installation/armbian.markdown @@ -19,7 +19,7 @@ $ sudo apt-get install python3-dev python3-pip ``` Now that you installed python, there are two ways to install Home Assistant: -1. It is recommended to install Home Assistant in a virtual environment to avoid using `root`, using the [VirtualEnv instructions](/docs/installation/virtualenv/ +1. It is recommended to install Home Assistant in a virtual environment to avoid using `root`, using the [VirtualEnv instructions](/docs/installation/virtualenv/) 2. Alternatively, you can install Home Assistant for the user you created when first booting Armbian: ```bash $ sudo pip3 install homeassistant @@ -29,6 +29,6 @@ Running these commands will: - Install Home Assistant - Launch Home Assistant and serve the web interface on [http://localhost:8123](http://localhost:8123) - - the configuration files will be created in /home//.homeassistant + - the configuration files will be created in /home/{user}/.homeassistant