mirror of
https://github.com/home-assistant/developers.home-assistant.git
synced 2025-07-14 04:46:29 +00:00
Update development_environment.md (#941)
This commit is contained in:
parent
5e5e59e9d9
commit
5401141431
@ -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`.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user