about summary refs log tree commit diff stats
path: root/img.mu
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2021-07-16 06:12:51 -0700
committerKartik K. Agaram <vc@akkartik.com>2021-07-16 06:12:51 -0700
commitcd9a3fe3ad0253c0c486f740c0ea2f52367a269b (patch)
treedcd26caf779a521d40e7a2da2279f7629ecd68b0 /img.mu
parent055d8d78695e71b5d8833875b827d380b7be7861 (diff)
downloadmu-cd9a3fe3ad0253c0c486f740c0ea2f52367a269b.tar.gz
.
Diffstat (limited to 'img.mu')
-rw-r--r--img.mu2
1 files changed, 1 insertions, 1 deletions
diff --git a/img.mu b/img.mu
index 59807dc0..f55c4824 100644
--- a/img.mu
+++ b/img.mu
@@ -1,7 +1,7 @@
 # load an image from disk and display it on screen
 #
 # To build:
-#   $ ./translate shell/*.mu                        # generates code.img
+#   $ ./translate img.mu                            # generates code.img
 # Load a pbm, pgm or ppm image (no more than 255 levels)
 #   $ dd if=/dev/zero of=data.img count=20160
 #   $ cat x.pbm |dd of=data.img conv=notrunc