Directory change from home-assistant to core (#449)

This commit is contained in:
Gerard 2020-04-01 01:03:05 +02:00 committed by GitHub
parent 569729f4a5
commit 7f9f4e95a7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -107,7 +107,7 @@ _Windows users should be sure to clone to a path that inside the WSL (ex: ~/)._
```shell ```shell
$ git clone https://github.com/YOUR_GIT_USERNAME/core.git $ git clone https://github.com/YOUR_GIT_USERNAME/core.git
$ cd home-assistant $ cd core
$ git remote add upstream https://github.com/home-assistant/core.git $ git remote add upstream https://github.com/home-assistant/core.git
``` ```