Skip to content

Commit 2e1e4d3

Browse files
authored
Update mac.md
1 parent 86fdb5b commit 2e1e4d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/arduino-ide/mac.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Installation instructions for Mac OS
77
```bash
88
mkdir -p ~/Documents/Arduino/hardware/espressif && \
99
cd ~/Documents/Arduino/hardware/espressif && \
10-
git clone https://github.com/espressif/arduino-esp32.git esp32 && \
10+
git clone https://github.com/aho1go/arduino-esp32.git esp32 && \
1111
cd esp32 && \
1212
git submodule update --init --recursive && \
1313
cd tools && \

0 commit comments

Comments
 (0)