docs: Only clone ESP32 platform specific submodules

Closes https://github.com/espressif/esp-matter/issues/39
This commit is contained in:
Shubham Patil
2022-09-19 15:46:24 +05:30
parent 0b78e02ddb
commit 8b48e04034
+3 -1
View File
@@ -50,8 +50,10 @@ so if you want to do a shallow clone use the following command:
::
git clone --depth 1 --shallow-submodules --recursive https://github.com/espressif/esp-matter.git
git clone --depth 1 https://github.com/espressif/esp-matter.git
cd esp-matter
git submodule update --init --depth 1
./connectedhomeip/connectedhomeip/scripts/checkout_submodules.py --platform esp32 --shallow
./install.sh
cd ..