From 96f2188423719bae4406600c45c79b44e865511e Mon Sep 17 00:00:00 2001
From: Paulus Schoutsen
Date: Tue, 14 Jul 2015 18:46:23 -0700
Subject: [PATCH] Update getting started
---
source/getting-started/android.markdown | 2 +-
source/getting-started/index.markdown | 3 ++-
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/source/getting-started/android.markdown b/source/getting-started/android.markdown
index 6338899e541..a1578265a2f 100644
--- a/source/getting-started/android.markdown
+++ b/source/getting-started/android.markdown
@@ -21,4 +21,4 @@ Home Assistant is not available on the Play Store. Instead, Home Assistant lever
-Some internet service providers will only offer dynamic IPs. This can cause you to be unable to access Home Assistant while being remote. You can solve this by using a free Dynamic DNS service like [No-IP](http://www.noip.com/).
+Some internet service providers will only offer dynamic IPs. This can cause you to be unable to access Home Assistant while being remote. You can solve this by using a free Dynamic DNS service like [DuckDNS](https://www.duckdns.org/).
diff --git a/source/getting-started/index.markdown b/source/getting-started/index.markdown
index 73494570e26..220084e9f74 100644
--- a/source/getting-started/index.markdown
+++ b/source/getting-started/index.markdown
@@ -25,6 +25,7 @@ Installing and running Home Assistant on your local machine is easy. Make sure y
git clone --recursive https://github.com/balloob/home-assistant.git
python3 -m venv home-assistant
cd home-assistant
+source bin/activate
python3 -m homeassistant --open-ui
```
@@ -33,7 +34,7 @@ python3 -m homeassistant --open-ui
Download Home Assistant
Setup an isolated environment
Navigate to downloaded files
-Install the dependencies
+Activate the isolated environment (on Windows, run Scripts/activate.bat
)
Launch Home Assistant and serve web interface on http://localhost:8123
If you run into any issues, please see the troubleshooting page.