diff options
author | Jacobo Aragunde Pérez <jaragunde@igalia.com> | 2019-07-15 13:38:11 +0200 |
---|---|---|
committer | Jacobo Aragunde Pérez <jaragunde@igalia.com> | 2019-07-15 13:38:11 +0200 |
commit | 2c4bce6ac4149a9be348d83aa2f69d5580d50e73 (patch) | |
tree | 0a611b0bb81358724753412e2309f2b19488d723 /README.md | |
parent | 510d237d45fe0823f43465ad93c1e01c89211c9d (diff) |
Basic README with build and install instructions
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -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` + |