aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJacobo Aragunde Pérez <jaragunde@igalia.com>2019-07-15 13:54:25 +0200
committerJacobo Aragunde Pérez <jaragunde@igalia.com>2019-07-15 13:54:25 +0200
commitb07505b939075c1cb28ebc1dc4de0b5c6315b54b (patch)
treec26289f7aa515e60b36f7a7b36e93d4b8b1faad9
parentb26bc7ad37bc14ef88dc36cdab4b6e6224ad6d66 (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..44db8a2 100644
--- a/README.md
+++ b/README.md
@@ -0,0 +1,14 @@
+# HTML5 HVAC
+
+An HVAC application for the AGL platform.
+
+## Building
+
+* `npm install`
+* `npm run build`
+
+## Installing
+
+* Copy `dist/hvac.wgt` to your board.
+* `afm-util install hvac.wgt`
+