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.
This commit is contained in:
Kit Klein 2019-10-02 23:08:59 -04:00 committed by Paulus Schoutsen
parent 8e8e657f32
commit 41c7defebc

View File

@ -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**. 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: 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 ```bash
$ git clone https://github.com/YOUR_GIT_USERNAME/home-assistant.git $ git clone https://github.com/YOUR_GIT_USERNAME/home-assistant.git
$ cd home-assistant $ cd home-assistant