Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit bd54ee4

Browse filesBrowse files
Remove git submodule update (espressif#5696)
We don't have submodules.
1 parent 00214d5 commit bd54ee4
Copy full SHA for bd54ee4

File tree

1 file changed

+6
-16
lines changed
Filter options

1 file changed

+6
-16
lines changed

‎docs/source/installing.rst

Copy file name to clipboardExpand all lines: docs/source/installing.rst
+6-16Lines changed: 6 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -166,9 +166,7 @@ Debian/Ubuntu
166166
mkdir -p ~/Arduino/hardware/espressif && \
167167
cd ~/Arduino/hardware/espressif && \
168168
git clone https://github.com/espressif/arduino-esp32.git esp32 && \
169-
cd esp32 && \
170-
git submodule update --init --recursive && \
171-
cd tools && \
169+
cd esp32/tools && \
172170
python3 get.py
173171
174172
- Restart Arduino IDE.
@@ -181,9 +179,7 @@ Debian/Ubuntu
181179
mkdir -p espressif && \
182180
cd espressif && \
183181
git clone https://github.com/espressif/arduino-esp32.git esp32 && \
184-
cd esp32 && \
185-
git submodule update --init --recursive && \
186-
cd tools && \
182+
cd esp32/tools && \
187183
python3 get.py
188184
189185
Fedora
@@ -203,9 +199,7 @@ Fedora
203199
mkdir -p ~/Arduino/hardware/espressif && \
204200
cd ~/Arduino/hardware/espressif && \
205201
git clone https://github.com/espressif/arduino-esp32.git esp32 && \
206-
cd esp32 && \
207-
git submodule update --init --recursive && \
208-
cd tools && \
202+
cd esp32/tools && \
209203
python get.py
210204
211205
- Restart Arduino IDE.
@@ -228,9 +222,7 @@ openSUSE
228222
mkdir -p ~/Arduino/hardware/espressif && \
229223
cd ~/Arduino/hardware/espressif && \
230224
git clone https://github.com/espressif/arduino-esp32.git esp32 && \
231-
cd esp32 && \
232-
git submodule update --init --recursive && \
233-
cd tools && \
225+
cd esp32/tools && \
234226
python get.py
235227
236228
- Restart Arduino IDE.
@@ -246,10 +238,8 @@ macOS
246238
247239
mkdir -p ~/Documents/Arduino/hardware/espressif && \
248240
cd ~/Documents/Arduino/hardware/espressif && \
249-
git clone https://github.com/espressif/arduino-esp32.git esp32 --depth 1 && \
250-
cd esp32 && \
251-
git submodule update --init --recursive --depth 1 && \
252-
cd tools && \
241+
git clone https://github.com/espressif/arduino-esp32.git esp32 && \
242+
cd esp32/tools && \
253243
python get.py
254244
255245
Where ``~/Documents/Arduino`` represents your sketch book location as per "Arduino" > "Preferences" > "Sketchbook location" (in the IDE once started). Adjust the command above accordingly.

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.