markdown tweaks

pull/7/head
Thorsten von Eicken 10 years ago
parent 5788fd6315
commit bbbeab3519
  1. 17
      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. 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: 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: - 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` wget https://bootstrap.pypa.io/ez_setup.py
I believe this will do something reasonable if you already have it (quite likely). python ez_setup.py
- Install esptool.py: - Install esptool.py:
`git clone https://github.com/themadinventor/esptool.git`
`python setup.py install` git clone https://github.com/themadinventor/esptool.git
`cd ..` python setup.py install
`esptool.py -h` cd ..
esptool.py -h
Flashing esp-link Flashing esp-link
----------------- -----------------

Loading…
Cancel
Save