about summary refs log tree commit diff stats
path: root/ex6.mu
diff options
context:
space:
mode:
Diffstat (limited to 'ex6.mu')
-rw-r--r--ex6.mu2
1 files changed, 1 insertions, 1 deletions
diff --git a/ex6.mu b/ex6.mu
index d209e3f6..7d11069c 100644
--- a/ex6.mu
+++ b/ex6.mu
@@ -1,7 +1,7 @@
 # Drawing ASCII text incrementally.
 #
 # To build a disk image:
-#   ./translate_mu_baremetal baremetal/ex6.mu     # emits disk.img
+#   ./translate ex6.mu                            # emits disk.img
 # To run:
 #   qemu-system-i386 disk.img
 # Or: