From e4db66fa6779120aab3a9233184666f1101bf1a0 Mon Sep 17 00:00:00 2001 From: Dirk Jahnke Date: Mon, 22 Jan 2018 13:24:24 +0100 Subject: [PATCH] Added build hints to README --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index e04e7a5..94a3628 100644 --- a/README.md +++ b/README.md @@ -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)