More README fixes

This commit is contained in:
Lauri Võsandi 2018-12-23 23:31:56 +02:00
parent ac559323ee
commit 60bb9dc255
1 changed files with 8 additions and 1 deletions

View File

@ -17,11 +17,18 @@ Some highlights:
Some KiCad screenshots:
<img src="/nixiesp.png"/>
<img src="https://git.k-space.ee/lauri/nixiesp12/raw/master/nixiesp.png"/>
## Install
Install dependencies on an Ubuntu 18.04 box:
```bash
apt install -y python3-pip wget picocom make
pip3 install adafruit-ampy esptool
```
Boot ESP8266 with program pin held low and flash MicroPython:
```bash