From 41c7defebc71b6f2581e1e08a8462612ca6bea5a Mon Sep 17 00:00:00 2001 From: Kit Klein <33464407+kit-klein@users.noreply.github.com> Date: Wed, 2 Oct 2019 23:08:59 -0400 Subject: [PATCH] Clarify project location in WSL (#327) `script/setup` will fail due to a path permissions issue if you do not clone the project to a location within the WSL filesytem. --- docs/development_environment.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/development_environment.md b/docs/development_environment.md index f2290e12..fc5a5a89 100644 --- a/docs/development_environment.md +++ b/docs/development_environment.md @@ -101,6 +101,8 @@ Running tasks like `Preview` can be restarted by opening the command pallet and Visit the [Home Assistant repository](https://github.com/home-assistant/home-assistant) and click **Fork**. Once forked, setup your local copy of the source using the commands: +_Windows users should be sure to clone to a path that inside the WSL (ex: ~/)._ + ```bash $ git clone https://github.com/YOUR_GIT_USERNAME/home-assistant.git $ cd home-assistant