Added build hints to README

This commit is contained in:
Dirk Jahnke 2018-01-22 13:24:24 +01:00
parent 319136f3e7
commit e4db66fa67
1 changed files with 7 additions and 0 deletions

View File

@ -4,6 +4,13 @@
This is a simple app using the C interface only to create some content on the OLED display.
## How to build this app
### Locally
- mos build --arch ESP8266 --local
### Remote (not yet finished)
- mos build --arch ESP8266
## How to install this app
- Install and start [mos tool](https://mongoose-os.com/software.html)