Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee88c42 commit c917ed2Copy full SHA for c917ed2
docs/arduino-ide/mac.md
@@ -7,9 +7,9 @@ Installation instructions for Mac OS
7
```bash
8
mkdir -p ~/Documents/Arduino/hardware/espressif && \
9
cd ~/Documents/Arduino/hardware/espressif && \
10
- git clone https://github.com/espressif/arduino-esp32.git esp32 && \
+ git clone https://github.com/espressif/arduino-esp32.git esp32 --depth 1 && \
11
cd esp32 && \
12
- git submodule update --init --recursive && \
+ git submodule update --init --recursive --depth 1 && \
13
cd tools && \
14
python get.py
15
```
0 commit comments