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