diff --git a/source/getting-started/index.markdown b/source/getting-started/index.markdown index 3ab7d5a21c7..5468b1d7785 100644 --- a/source/getting-started/index.markdown +++ b/source/getting-started/index.markdown @@ -82,7 +82,7 @@ The following configuration has been tested on a Synology 415+ running DSM 5.2-5 Running these commands will: - Install Home Assistant - - Ebable Home Assistant to be launched on [http://localhost:8123](http://localhost:8123) + - Enable Home Assistant to be launched on [http://localhost:8123](http://localhost:8123) Using the Synology webadmin: - Install python3 using the Synology package centre @@ -241,14 +241,6 @@ $ sh hass-daemon restart ```bash $ python3/pip3 install --upgrade homeassistant ``` - - -Execute the following code in a console: - -```bash -$ sudo pip3 install homeassistant -$ hass -```