From 04652f025faf9af68d3712f75ec8fa40a6c4ac3e Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sun, 5 Jun 2016 14:09:51 +0200 Subject: [PATCH] Fix command --- source/getting-started/index.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/getting-started/index.markdown b/source/getting-started/index.markdown index b5533d4165f..9b18f3bea1b 100644 --- a/source/getting-started/index.markdown +++ b/source/getting-started/index.markdown @@ -36,7 +36,7 @@ If you prefer to watch a video tutorial, [tktino](https://github.com/tktino) has To update Home Assistant to the latest release when available, run: ```bash -pip3 install --upgrade homeassistant +$ pip3 install --upgrade homeassistant ``` After updating, restart Home Assistant for the changes to take effect.