We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da9e87f commit 0e48c95Copy full SHA for 0e48c95
README.md
@@ -17,14 +17,14 @@ Bluetooth Visual Speaker based on ESP32 chip.
17
### Obtain the source
18
19
```
20
-git clone --recursive --shallow-submodules https://github.com/redchenjs/bluetooth_visual_speaker_esp32.git
+git clone --recursive https://github.com/redchenjs/bluetooth_visual_speaker_esp32.git
21
22
23
### Update an existing repository
24
25
26
git pull
27
-git submodule update --init --recursive --depth 1 --recommend-shallow
+git submodule update --init --recursive
28
29
30
### Setup the tools
esp-idf
0 commit comments