From 8468ca1fa59622e8d82f70fd0c6e4a2978debf0b Mon Sep 17 00:00:00 2001 From: Devin Leamy Date: Sat, 28 Oct 2023 17:27:45 -0400 Subject: [PATCH] Update README --- README.md | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6d4cca3..96b71c6 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,17 @@ -# BangleJS 2 Multi-Timer -To time _multiple_ things. +# _BangleJS 2 Multi-Timer_ + +> ### To time _multiple_ things. + +### Install + +1. Connect to your BangleJS 2 over bluetooth LE, on a supported browser (e.g. Chrome or Edge). +2. Copy `app.js` into the web IDE and download in onto your BangleJS 2. Give the file a unique name, say `mytimer.app.js`. +3. Provide your App Loader with the metadata required the run the app by entering the code below into the web IDE console. + +```js +require("Storage").write("mytimer.info", { + id: "multi-timer", + name: "Multi Timer", + src: "mytimer.app.js", +}) +```