diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2021-12-07 07:45:23 -0800 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2021-12-07 07:45:23 -0800 |
commit | d46441e08249317ee745155ef1a050e66f6def5e (patch) | |
tree | c1d954f32ac43a0defe2f91f51e60fbc433178a5 | |
parent | 7195a5e88e7657b380c0b410c8701792a5ebad72 (diff) | |
download | mu-d46441e08249317ee745155ef1a050e66f6def5e.tar.gz |
link to the Mu tour
-rw-r--r-- | README.md | 4 |
1 files changed, 3 insertions, 1 deletions
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. |