Added build hints to README
This commit is contained in:
parent
319136f3e7
commit
e4db66fa67
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue