summaryrefslogtreecommitdiff
path: root/README.org
diff options
context:
space:
mode:
authorJustin Worthe <justin@worthe-it.co.za>2017-11-08 21:52:56 +0200
committerJustin Worthe <justin@worthe-it.co.za>2017-11-08 21:52:56 +0200
commitbb980395891d50845f3f3ce3848ea321f5dc9558 (patch)
treef3be3f630be5d1ecef32787606d7cef5c2b58655 /README.org
parentcd5b98b9a0311caa567be7445ea453ca99281b95 (diff)
Moved webassembly build automation to a makefile
Diffstat (limited to 'README.org')
-rw-r--r--README.org6
1 files changed, 2 insertions, 4 deletions
diff --git a/README.org b/README.org
index a634a60..f957b77 100644
--- a/README.org
+++ b/README.org
@@ -105,7 +105,5 @@ 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.
+Progress can be seen by running ~make build-web~ and opening
+~target/site/index.html~. This requires Make to be installed.