about summary refs log tree commit diff stats
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rw-r--r--apps/tile.mu9
1 files changed, 9 insertions, 0 deletions
diff --git a/apps/tile.mu b/apps/tile.mu
index 44451aa1..d7185075 100644
--- a/apps/tile.mu
+++ b/apps/tile.mu
@@ -1,4 +1,13 @@
 # little example program: animate a line in text-mode
+#
+# To run (on Linux and x86):
+#   $ git clone https://github.com/akkartik/mu
+#   $ cd mu
+#   $ ./translate_mu apps/tile.mu
+#   $ ./a.elf
+# You should see a line drawn on a blank screen. Press a key. You should see
+# the line seem to fall down the screen. Press a second key to quit.
+# https://archive.org/details/akkartik-2min-2020-07-01
 
 fn main -> exit-status/ebx: int {
   clear-screen