diff --git a/source/_includes/common-tasks/development_version.md b/source/_includes/common-tasks/development_version.md index 05f38c199b2..346fafccb93 100644 --- a/source/_includes/common-tasks/development_version.md +++ b/source/_includes/common-tasks/development_version.md @@ -51,7 +51,7 @@ ha os update --version {{current_version}} 3. Download and install the version you want ```bash - pip3 install --upgrade git+git://github.com/home-assistant/home-assistant.git@dev + pip3 install --upgrade git+git://github.com/home-assistant/core.git@dev ``` 4. When that is complete restart the service for it to use the new files.