diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2021-03-08 21:04:03 -0800 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2021-03-08 21:04:03 -0800 |
commit | 3ef3d46d7268e4f3b3b580b41b21e151c5f5cf85 (patch) | |
tree | 81b975a9c5bdd992270b881c42ea123c0bfc0e7e /shell | |
parent | 2e58ffd65319b161bda1e43f2de37b22c698125c (diff) | |
download | mu-3ef3d46d7268e4f3b3b580b41b21e151c5f5cf85.tar.gz |
.
Diffstat (limited to 'shell')
-rw-r--r-- | shell/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/README.md b/shell/README.md index fabf16fa..318fa5e1 100644 --- a/shell/README.md +++ b/shell/README.md @@ -9,7 +9,7 @@ qemu-system-i386 disk.img You can type in expressions, hit `ctrl-s` to see their results, and hit `Tab` to focus on the `...` below and browse how the results were computed. [Here's -a demo.](https://merveilles.town/@akkartik/105790894303047592) The bottom of +a demo.](https://archive.org/details/akkartik-2min-2021-02-24) The bottom of the screen shows context-dependent keyboard shortcuts (there's no mouse in the Mu computer at the moment). |