diff options
author | Jacobo Aragunde Pérez <jaragunde@igalia.com> | 2019-07-15 13:54:25 +0200 |
---|---|---|
committer | Jacobo Aragunde Pérez <jaragunde@igalia.com> | 2019-07-15 13:54:25 +0200 |
commit | b07505b939075c1cb28ebc1dc4de0b5c6315b54b (patch) | |
tree | c26289f7aa515e60b36f7a7b36e93d4b8b1faad9 /README.md | |
parent | b26bc7ad37bc14ef88dc36cdab4b6e6224ad6d66 (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 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` + |