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 a6a9a51 commit 3a8ac27Copy full SHA for 3a8ac27
docs/arduino-ide/debian_ubuntu.md
@@ -24,12 +24,13 @@ Installation instructions for Debian / Ubuntu OS
24
25
- If you have Arduino installed to ~/, modify the installation as follows, beginning at `mkdir -p ~/Arduino/hardware`:
26
27
-```bash
+ ```bash
28
cd ~/Arduino/hardware
29
mkdir -p espressif && \
30
cd espressif && \
31
git clone https://github.com/espressif/arduino-esp32.git esp32 && \
32
cd esp32 && \
33
git submodule update --init --recursive && \
34
cd tools && \
35
- python2 get.py```
+ python2 get.py
36
+ ```
0 commit comments