Skip to content

Commit dad9050

Browse files
committed
Merge branch 'readme_updates' into 'main'
docs: Only clone ESP32 platform specific submodules See merge request app-frameworks/esp-matter!199
2 parents 0b78e02 + 8b48e04 commit dad9050

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/en/developing.rst

+3-1
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,10 @@ so if you want to do a shallow clone use the following command:
5050

5151
::
5252

53-
git clone --depth 1 --shallow-submodules --recursive https://github.com/espressif/esp-matter.git
53+
git clone --depth 1 https://github.com/espressif/esp-matter.git
5454
cd esp-matter
55+
git submodule update --init --depth 1
56+
./connectedhomeip/connectedhomeip/scripts/checkout_submodules.py --platform esp32 --shallow
5557
./install.sh
5658
cd ..
5759

0 commit comments

Comments
 (0)