layout fix (#1845)
(removed quotes from last line, and fixed indentation, no text changes)
This commit is contained in:
parent
a6a9a518a7
commit
3a8ac27a86
@ -24,7 +24,7 @@ Installation instructions for Debian / Ubuntu OS
|
|||||||
|
|
||||||
- If you have Arduino installed to ~/, modify the installation as follows, beginning at `mkdir -p ~/Arduino/hardware`:
|
- If you have Arduino installed to ~/, modify the installation as follows, beginning at `mkdir -p ~/Arduino/hardware`:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
cd ~/Arduino/hardware
|
cd ~/Arduino/hardware
|
||||||
mkdir -p espressif && \
|
mkdir -p espressif && \
|
||||||
cd espressif && \
|
cd espressif && \
|
||||||
@ -32,4 +32,5 @@ Installation instructions for Debian / Ubuntu OS
|
|||||||
cd esp32 && \
|
cd esp32 && \
|
||||||
git submodule update --init --recursive && \
|
git submodule update --init --recursive && \
|
||||||
cd tools && \
|
cd tools && \
|
||||||
python2 get.py```
|
python2 get.py
|
||||||
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user