about summary refs log tree commit diff stats
path: root/ex3.mu
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2021-03-04 00:11:23 -0800
committerKartik K. Agaram <vc@akkartik.com>2021-03-04 00:11:23 -0800
commit2d306e2a989386b41eb9626324f6702a64e87b77 (patch)
treeb4b9868a5b6f40579ff34801654f0587fec754fa /ex3.mu
parentbaaf53aba4cd14d73d5d1b6674ac0fb0d464c747 (diff)
downloadmu-2d306e2a989386b41eb9626324f6702a64e87b77.tar.gz
7846
Diffstat (limited to 'ex3.mu')
-rw-r--r--ex3.mu2
1 files changed, 1 insertions, 1 deletions
diff --git a/ex3.mu b/ex3.mu
index e174ca22..b98304b1 100644
--- a/ex3.mu
+++ b/ex3.mu
@@ -2,7 +2,7 @@
 # and in raster order.
 #
 # To build a disk image:
-#   ./translate_mu_baremetal baremetal/ex3.mu     # emits disk.img
+#   ./translate ex3.mu                            # emits disk.img
 # To run:
 #   qemu-system-i386 disk.img
 # Or: