Update frontend editable install command (#1819)

This commit is contained in:
Marc Mueller 2023-06-26 23:19:08 +02:00 committed by GitHub
parent 2265e5c5ae
commit 11303e5311
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -117,7 +117,7 @@ If you're making changes to the way the frontend is packaged, it might be necess
To test it out inside Home Assistant, run the following command from the main Home Assistant repository: To test it out inside Home Assistant, run the following command from the main Home Assistant repository:
```shell ```shell
pip3 install -e /path/to/hass/frontend/ pip3 install -e /path/to/hass/frontend/ --config-settings editable_mode=compat
hass --skip-pip-packages home-assistant-frontend hass --skip-pip-packages home-assistant-frontend
``` ```