aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony Wang2022-12-17 12:46:41 -0600
committerAnthony Wang2022-12-17 12:46:41 -0600
commit06c540699d42118e9677fe64bfcd96e4f5fc049e (patch)
tree120c5634d115c00167161b7ba27c3977c68499c4
parent43ccd48ed91e9d8d8efea0f8cd597f9ffbe700e7 (diff)
Add aplay instructions to README
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index 748a808..b28fc17 100644
--- a/README.md
+++ b/README.md
@@ -1,2 +1,4 @@
# Lambeat
Bytebeat in Scheme
+
+You can use `guile main.scm | aplay` to try it out. I'm working on a better audio output method.