about summary refs log tree commit diff stats
path: root/README.md
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2021-02-28 20:37:57 -0800
committerKartik K. Agaram <vc@akkartik.com>2021-02-28 20:37:57 -0800
commitb8f5ef8df5aa2df5c4d29752b9f00699af1e4c82 (patch)
tree9b2f18e2e1f6c42c250a70b05ceef5d8d8bb86f1 /README.md
parent31a5c8f685b36c5d772c9d7145d8623070c4c25d (diff)
downloadmu-b8f5ef8df5aa2df5c4d29752b9f00699af1e4c82.tar.gz
7832
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index c3fc1dd4..e24b2bdb 100644
--- a/README.md
+++ b/README.md
@@ -199,6 +199,8 @@ If you're still reading, here are some more things to check out:
 - The references on [Mu](mu.md) and [SubX](subx.md) syntax, and also [bare
   SubX](subx_bare.md) without any syntax sugar.
 
+- [Some 2-minute videos demonstrating Mu programs](https://archive.org/details/@kartik_agaram).
+
 - [How to get your text editor set up for Mu and SubX programs.](editor.md)
 
 - [Some tips for debugging SubX programs.](subx_debugging.md)