diff --git a/source/getting-started/index.markdown b/source/getting-started/index.markdown index bb93f58ee07..aeeb5bde4a7 100644 --- a/source/getting-started/index.markdown +++ b/source/getting-started/index.markdown @@ -87,11 +87,11 @@ hass \-\-open-ui
In order to update Home Assistant to the latest stable release, simply type the following into a console:
```bash -pip install \-\-upgrade homeassistant +pip3 install \-\-upgrade homeassistant ```If you would like to stay up to date with the newest unstable builds (alphas, betas, and release candidates), use this command:
```bash -pip install \-\-upgrade \-\-pre homeassistant +pip3 install \-\-upgrade \-\-pre homeassistant ```