diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2021-02-28 20:37:57 -0800 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2021-02-28 20:37:57 -0800 |
commit | b8f5ef8df5aa2df5c4d29752b9f00699af1e4c82 (patch) | |
tree | 9b2f18e2e1f6c42c250a70b05ceef5d8d8bb86f1 | |
parent | 31a5c8f685b36c5d772c9d7145d8623070c4c25d (diff) | |
download | mu-b8f5ef8df5aa2df5c4d29752b9f00699af1e4c82.tar.gz |
7832
-rw-r--r-- | README.md | 2 |
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) |