diff --git a/docs/en/developing.rst b/docs/en/developing.rst index 7b2a33e5e..6e12adffe 100644 --- a/docs/en/developing.rst +++ b/docs/en/developing.rst @@ -41,13 +41,19 @@ Development on Windows is supported using Windows Subsystem for Linux (WSL). Ple - Windows does not support exposing COM ports to WSL distros. Install usbipd-win on `Windows `__ and `WSL `__ (usbipd-win `WSL Support `__). - Here onwards process for setting esp-matter and building examples is same as other hosts. +- Please clone the Repositories from inside WSL environment and not inside a mounted directory. For using VSCode for development, please check `Developing in WSL `__. 2.1.2 Getting the Repositories ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +Before cloning the repositories please confirm that the following Prerequisites are fulfilled. +The Prerequisites for ESP-IDF and Matter: + +- Please see `Prerequisites `__ for ESP IDF. +- Please get the `Prerequisites `__ for Matter. :: git clone --recursive https://github.com/espressif/esp-idf.git