From 3a8ac27a864fed554673da7b9512a7afd782c648 Mon Sep 17 00:00:00 2001 From: LynXzp Date: Mon, 17 Sep 2018 22:20:57 +0300 Subject: [PATCH] layout fix (#1845) (removed quotes from last line, and fixed indentation, no text changes) --- docs/arduino-ide/debian_ubuntu.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/arduino-ide/debian_ubuntu.md b/docs/arduino-ide/debian_ubuntu.md index af06698c..3650448e 100644 --- a/docs/arduino-ide/debian_ubuntu.md +++ b/docs/arduino-ide/debian_ubuntu.md @@ -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`: -```bash + ```bash cd ~/Arduino/hardware mkdir -p espressif && \ cd espressif && \ @@ -32,4 +32,5 @@ Installation instructions for Debian / Ubuntu OS cd esp32 && \ git submodule update --init --recursive && \ cd tools && \ - python2 get.py``` + python2 get.py + ```