From 7f9f4e95a71ccf72b3d538eb546541ca5f79e1aa Mon Sep 17 00:00:00 2001 From: Gerard Date: Wed, 1 Apr 2020 01:03:05 +0200 Subject: [PATCH] Directory change from home-assistant to core (#449) --- docs/development_environment.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/development_environment.md b/docs/development_environment.md index d1c13fa2..64e702a0 100644 --- a/docs/development_environment.md +++ b/docs/development_environment.md @@ -107,7 +107,7 @@ _Windows users should be sure to clone to a path that inside the WSL (ex: ~/)._ ```shell $ 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 ```