mirror of
https://github.com/0xFEEDC0DE64/arduino-esp32.git
synced 2025-07-01 04:50:58 +02:00
shallow clone to make installation faster (#4246)
shallow clone (board and submodules) to make installation faster
This commit is contained in:
@ -7,9 +7,9 @@ Installation instructions for Mac OS
|
|||||||
```bash
|
```bash
|
||||||
mkdir -p ~/Documents/Arduino/hardware/espressif && \
|
mkdir -p ~/Documents/Arduino/hardware/espressif && \
|
||||||
cd ~/Documents/Arduino/hardware/espressif && \
|
cd ~/Documents/Arduino/hardware/espressif && \
|
||||||
git clone https://github.com/espressif/arduino-esp32.git esp32 && \
|
git clone https://github.com/espressif/arduino-esp32.git esp32 --depth 1 && \
|
||||||
cd esp32 && \
|
cd esp32 && \
|
||||||
git submodule update --init --recursive && \
|
git submodule update --init --recursive --depth 1 && \
|
||||||
cd tools && \
|
cd tools && \
|
||||||
python get.py
|
python get.py
|
||||||
```
|
```
|
||||||
|
Reference in New Issue
Block a user