aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJacobo Aragunde Pérez <jaragunde@igalia.com>2019-07-15 13:38:11 +0200
committerJacobo Aragunde Pérez <jaragunde@igalia.com>2019-07-15 13:38:11 +0200
commit2c4bce6ac4149a9be348d83aa2f69d5580d50e73 (patch)
tree0a611b0bb81358724753412e2309f2b19488d723
parent510d237d45fe0823f43465ad93c1e01c89211c9d (diff)
Basic README with build and install instructions
-rw-r--r--README.md14
1 files changed, 14 insertions, 0 deletions
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`
+