diff --git a/docs/development_environment.mdx b/docs/development_environment.mdx index 7740a327..3c098dc7 100644 --- a/docs/development_environment.mdx +++ b/docs/development_environment.mdx @@ -124,7 +124,7 @@ Visit the [Home Assistant Core repository](https://github.com/home-assistant/cor Once forked, setup your local copy of the source using the commands: ```shell -git clone https://github.com/YOUR_GIT_USERNAME/core.git +git clone https://github.com/YOUR_GIT_USERNAME/short_name_of_your_fork cd core git remote add upstream https://github.com/home-assistant/core.git ```