Skip to content

Commit

Permalink
layout fix (espressif#1845)
Browse files Browse the repository at this point in the history
(removed quotes from last line, and fixed indentation, no text changes)
  • Loading branch information
lynxzp authored and me-no-dev committed Sep 17, 2018
1 parent a6a9a51 commit 3a8ac27
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/arduino-ide/debian_ubuntu.md
Expand Up @@ -24,12 +24,13 @@ Installation instructions for Debian / Ubuntu OS

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

```bash
```bash
cd ~/Arduino/hardware
mkdir -p espressif && \
cd espressif && \
git clone https://github.com/espressif/arduino-esp32.git esp32 && \
cd esp32 && \
git submodule update --init --recursive && \
cd tools && \
python2 get.py```
python2 get.py
```

0 comments on commit 3a8ac27

Please sign in to comment.