summaryrefslogtreecommitdiff
path: root/README.org
diff options
context:
space:
mode:
authorJustin Worthe <justin@worthe-it.co.za>2017-09-24 23:17:42 +0200
committerJustin Worthe <justin@worthe-it.co.za>2017-09-24 23:17:42 +0200
commit8fd6dd041fddaedfadd2e5aa4b6072ef7e106393 (patch)
tree902b70d809b4f59e89cb8749b8fd81b7ecc99a81 /README.org
parentf3a4cc60d71a0083586b5498fd2498801a634d04 (diff)
Updated readme to include info a WASM build
Diffstat (limited to 'README.org')
-rw-r--r--README.org5
1 files changed, 5 insertions, 0 deletions
diff --git a/README.org b/README.org
index ccc8ac2..a634a60 100644
--- a/README.org
+++ b/README.org
@@ -104,3 +104,8 @@ WebAssembly build of the core logic of the application. With this,
some HTML, and the Web Audio API, I will create an application that I
can embed in my website to allow others to use without needing to
compile or install it themselves.
+
+Progress can be seen by running ~make-web.sh~ and opening
+~web/index.html~. At first, this will just log to the console (open
+your browser's dev tools to see it). Eventually, there will be a
+graphical UI component here.