From e2910c7b9949661bb56f1f24532f965f0b8d8370 Mon Sep 17 00:00:00 2001 From: DubhAd Date: Fri, 4 Jan 2019 18:57:25 +0000 Subject: [PATCH] Install guide missing a step (#8046) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The install guide forgets to say how to reach the UI 🤦‍♂️ --- source/_docs/installation/virtualenv.markdown | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/_docs/installation/virtualenv.markdown b/source/_docs/installation/virtualenv.markdown index 1238dcaa6e3..548c776ce22 100644 --- a/source/_docs/installation/virtualenv.markdown +++ b/source/_docs/installation/virtualenv.markdown @@ -47,6 +47,8 @@ It is recommended to use the [advanced guide](/docs/installation/raspberry-pi/) ``` $ hass --open-ui ``` + 8. You can now reach the web interface on `http://ipaddress:8123/` - the first start may take up to 20 minutes before the web interface is available + ### {% linkable_title Upgrade %}