about summary refs log tree commit diff stats
path: root/ex4.mu
diff options
context:
space:
mode:
Diffstat (limited to 'ex4.mu')
-rw-r--r--ex4.mu2
1 files changed, 1 insertions, 1 deletions
diff --git a/ex4.mu b/ex4.mu
index 5b883131..54da7c20 100644
--- a/ex4.mu
+++ b/ex4.mu
@@ -1,7 +1,7 @@
 # Draw a character using the built-in font (GNU unifont)
 #
 # To build a disk image:
-#   ./translate_mu_baremetal baremetal/ex4.mu     # emits disk.img
+#   ./translate ex4.mu                            # emits disk.img
 # To run:
 #   qemu-system-i386 disk.img
 # Or: