From d46441e08249317ee745155ef1a050e66f6def5e Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Tue, 7 Dec 2021 07:45:23 -0800 Subject: [PATCH] link to the Mu tour --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 119dcc90..678de4dc 100644 --- a/README.md +++ b/README.md @@ -200,9 +200,11 @@ pull features upstream! If you're still reading, here are some more things to check out: +- [A slow guided tour of Mu.](tutorial/index.md) + - [How to get your text editor set up for Mu and SubX programs.](editor/editor.md) -- [Videos demonstrating Mu programs and features.](https://archive.org/details/@kartik_agaram) +- [Some videos demonstrating Mu programs and features.](https://archive.org/details/@kartik_agaram) - [A summary](mu_instructions) of how the Mu compiler translates statements to SubX. Most Mu statements map to a single x86 instruction.