From bbbeab3519f4e3cfcfdd7c8083421184cb17c728 Mon Sep 17 00:00:00 2001 From: Thorsten von Eicken Date: Tue, 2 Jun 2015 08:42:21 -0700 Subject: [PATCH] markdown tweaks --- BOARDS.md | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/BOARDS.md b/BOARDS.md index ca4fcb9..4767275 100644 --- a/BOARDS.md +++ b/BOARDS.md @@ -9,15 +9,16 @@ Installing esptool.py On Linux I am using [esptool.py](https://github.com/themadinventor/esptool) to flash the esp8266. If you're a little python challenged (like I am) then the following install instructions might help: - - Install ez_setup with the following two commands: - `wget https://bootstrap.pypa.io/ez_setup.py` - `python ez_setup.py` - I believe this will do something reasonable if you already have it (quite likely). + - Install ez_setup with the following two commands (I believe this will do something reasonable if you already have it): + + wget https://bootstrap.pypa.io/ez_setup.py + python ez_setup.py - Install esptool.py: - `git clone https://github.com/themadinventor/esptool.git` - `python setup.py install` - `cd ..` - `esptool.py -h` + + git clone https://github.com/themadinventor/esptool.git + python setup.py install + cd .. + esptool.py -h Flashing esp-link -----------------