Merge branch 'readme_updates' into 'main'

docs: Only clone ESP32 platform specific submodules

See merge request app-frameworks/esp-matter!199
This commit is contained in:
Hrishikesh Dhayagude
2022-10-07 13:52:55 +08:00
+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 ..