Update development_environment.md (#941)

This commit is contained in:
Farid 2021-05-16 16:11:08 +02:00 committed by GitHub
parent 5e5e59e9d9
commit 5401141431
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -86,9 +86,9 @@ Visit the [Home Assistant Core repository](https://github.com/home-assistant/cor
Once forked, setup your local copy of the source using the commands: Once forked, setup your local copy of the source using the commands:
```shell ```shell
$ git clone https://github.com/YOUR_GIT_USERNAME/core.git git clone https://github.com/YOUR_GIT_USERNAME/core.git
$ cd core cd core
$ git remote add upstream https://github.com/home-assistant/core.git git remote add upstream https://github.com/home-assistant/core.git
``` ```
Install the requirements with a provided script named `setup`. Install the requirements with a provided script named `setup`.