about summary refs log tree commit diff stats
path: root/linux/advent2020/4b.mu
diff options
context:
space:
mode:
Diffstat (limited to 'linux/advent2020/4b.mu')
-rw-r--r--linux/advent2020/4b.mu2
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/advent2020/4b.mu b/linux/advent2020/4b.mu
index 1ab29456..00e99eeb 100644
--- a/linux/advent2020/4b.mu
+++ b/linux/advent2020/4b.mu
@@ -3,7 +3,7 @@
 # To run (on Linux):
 #   $ git clone https://github.com/akkartik/mu
 #   $ cd mu
-#   $ ./translate_mu apps/advent2020/4b.mu
+#   $ ./translate advent2020/4b.mu
 #   $ ./a.elf < input
 #
 # You'll need to register to download the 'input' file for yourself.