From b7de714d6c65c719db641aedfe748323810167a0 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sun, 5 Jun 2016 14:46:07 +0200 Subject: [PATCH] Move updating to a new page --- source/getting-started/index.markdown | 10 ---------- .../getting-started/installation-raspberry-pi.markdown | 6 ------ 2 files changed, 16 deletions(-) diff --git a/source/getting-started/index.markdown b/source/getting-started/index.markdown index 9b18f3bea1b..dad391c03bc 100644 --- a/source/getting-started/index.markdown +++ b/source/getting-started/index.markdown @@ -31,16 +31,6 @@ If you prefer to watch a video tutorial, [tktino](https://github.com/tktino) has - [Mac OS X](https://www.youtube.com/watch?v=hej6ipN86ls) - [Ubuntu 14.04](https://www.youtube.com/watch?v=SXaAG1lGNH0) -### {% linkable_title Updating %} - -To update Home Assistant to the latest release when available, run: - -```bash -$ pip3 install --upgrade homeassistant -``` - -After updating, restart Home Assistant for the changes to take effect. - ### {% linkable_title Troubleshooting %} If you run into any issues, please see [the troubleshooting page](/getting-started/troubleshooting/). It contains solutions to many of the common encountered issues. diff --git a/source/getting-started/installation-raspberry-pi.markdown b/source/getting-started/installation-raspberry-pi.markdown index 5262bc93fbd..f9fc2400bbc 100644 --- a/source/getting-started/installation-raspberry-pi.markdown +++ b/source/getting-started/installation-raspberry-pi.markdown @@ -25,12 +25,6 @@ Running these commands will: There is also a [video tutorial](https://www.youtube.com/watch?v=GjzOXkPb7XE) created by [brusc](https://github.com/brusc). -### {% linkable_title Updating %} - -To update Home Assistant to the latest release when available, run: `pip3 install --upgrade homeassistant` - -You have to restart Home Assistant (`hass` itself or with the help of the autostarting daemon if you use any) for the changes to take effect. - ### {% linkable_title Troubleshooting %} If you run into any issues, please see [the troubleshooting page](/getting-started/troubleshooting/). It contains solutions to many of the more commonly encountered issues.