Skip to content

Commit 3a8ac27

Browse files
lynxzpme-no-dev
authored andcommitted
layout fix (espressif#1845)
(removed quotes from last line, and fixed indentation, no text changes)
1 parent a6a9a51 commit 3a8ac27

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Diff for: docs/arduino-ide/debian_ubuntu.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,13 @@ Installation instructions for Debian / Ubuntu OS
2424

2525
- If you have Arduino installed to ~/, modify the installation as follows, beginning at `mkdir -p ~/Arduino/hardware`:
2626

27-
```bash
27+
```bash
2828
cd ~/Arduino/hardware
2929
mkdir -p espressif && \
3030
cd espressif && \
3131
git clone https://github.com/espressif/arduino-esp32.git esp32 && \
3232
cd esp32 && \
3333
git submodule update --init --recursive && \
3434
cd tools && \
35-
python2 get.py```
35+
python2 get.py
36+
```

0 commit comments

Comments
 (0)