From 57160dac895ab8b46c0cf4f44bd9e098a3073d53 Mon Sep 17 00:00:00 2001 From: Lindsay Ward Date: Sun, 13 Mar 2016 14:11:06 +1000 Subject: [PATCH 1/2] Update index.markdown Make updating instructions more obvious. Could I also suggest that the "Update Available" option that I see on my States page links directly to this fragment? Currently it just links to the main page and I have to scroll through to figure out how to update. Thanks --- source/getting-started/index.markdown | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/source/getting-started/index.markdown b/source/getting-started/index.markdown index 5cea89b7460..7b2b1a5fd78 100644 --- a/source/getting-started/index.markdown +++ b/source/getting-started/index.markdown @@ -284,11 +284,12 @@ For additional help, in addition to this site, there are four sources: - [Gitter Chatroom](https://gitter.im/balloob/home-assistant) for general Home Assistant discussions and questions. - [GitHub Page](https://github.com/balloob/home-assistant/issues) for issue reporting. +### Updating +To update Home Assistant to the latest release run: `pip3 install --upgrade homeassistant` + ### What's next If you want to have Home Assistant start on boot, autostart instructions can be found [here](/getting-started/autostart/). To see what Home Assistant can do, launch demo mode: `hass --demo-mode` or visit the [demo page](/demo). -To update Home Assistant to the latest release run: `pip3 install --upgrade homeassistant` - ### [Next step: Configuring Home Assistant »](/getting-started/configuration/) From c32c05f759a0b4a0db507d03b56a63fbf293f887 Mon Sep 17 00:00:00 2001 From: Lindsay Ward Date: Sun, 13 Mar 2016 14:50:57 +1000 Subject: [PATCH 2/2] Update index.markdown --- source/getting-started/index.markdown | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/source/getting-started/index.markdown b/source/getting-started/index.markdown index 7b2b1a5fd78..36c4c213e5b 100644 --- a/source/getting-started/index.markdown +++ b/source/getting-started/index.markdown @@ -285,7 +285,8 @@ For additional help, in addition to this site, there are four sources: - [GitHub Page](https://github.com/balloob/home-assistant/issues) for issue reporting. ### Updating -To update Home Assistant to the latest release run: `pip3 install --upgrade homeassistant` +To update Home Assistant to the latest release run: `pip3 install --upgrade homeassistant` +You then have to restart Home Assistant for the changes to take effect. If you have installed it as an autostarting daemon (see below), then run: `sudo service hass-daemon restart` ### What's next If you want to have Home Assistant start on boot, autostart instructions can be found [here](/getting-started/autostart/).