Update development_environment.mdx (#2082)

This commit is contained in:
Vincèn 2024-06-08 11:01:54 +02:00 committed by GitHub
parent 62fb1e29a7
commit 87fee770da
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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
```