From ff8a183278f9cd6349cf3d05a1cef260290ba7ee Mon Sep 17 00:00:00 2001 From: Diogo Gomes Date: Sun, 21 Oct 2018 10:07:47 +0100 Subject: [PATCH] Beta version information (#6984) --- source/_docs/installation/updating.markdown | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/source/_docs/installation/updating.markdown b/source/_docs/installation/updating.markdown index a9884322b60..4bc5d375eb1 100644 --- a/source/_docs/installation/updating.markdown +++ b/source/_docs/installation/updating.markdown @@ -44,6 +44,14 @@ In the event that a Home Assistant version doesn't play well with your hardware $ pip3 install homeassistant==0.XX.X ``` +#### {% linkable_title Run the beta version %} + +If you would like to test next release before anyone else, you can install the beta version released every two weeks: + +```bash +$ pip3 install --pre --upgrade homeassistant +``` + #### {% linkable_title Run the development version %} If you want to stay on the bleeding-edge Home Assistant development branch, you can upgrade to `dev`.