From 2c4bce6ac4149a9be348d83aa2f69d5580d50e73 Mon Sep 17 00:00:00 2001 From: Jacobo Aragunde PĂ©rez Date: Mon, 15 Jul 2019 13:38:11 +0200 Subject: Basic README with build and install instructions --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index e69de29..bc9b87f 100644 --- a/README.md +++ b/README.md @@ -0,0 +1,14 @@ +# HTML5 Launcher + +Launcher application for AGL based on html5 technologies. + +## Building + +* `npm install` +* `npm run build` + +## Installing + +* Copy `dist/html5-launcher.wgt` to your board. +* `afm-util install html5-launcher.wgt` + -- cgit 1.2.3-korg