We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0b78e02 + 8b48e04 commit dad9050Copy full SHA for dad9050
docs/en/developing.rst
@@ -50,8 +50,10 @@ so if you want to do a shallow clone use the following command:
50
51
::
52
53
- 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
54
cd esp-matter
55
+ git submodule update --init --depth 1
56
+ ./connectedhomeip/connectedhomeip/scripts/checkout_submodules.py --platform esp32 --shallow
57
./install.sh
58
cd ..
59
0 commit comments