about summary refs log tree commit diff stats
path: root/linux/browse
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 /linux/browse
parentbaaf53aba4cd14d73d5d1b6674ac0fb0d464c747 (diff)
downloadmu-2d306e2a989386b41eb9626324f6702a64e87b77.tar.gz
7846
Diffstat (limited to 'linux/browse')
-rw-r--r--linux/browse/README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/linux/browse/README.md b/linux/browse/README.md
index 8f92b584..0c2bd8cf 100644
--- a/linux/browse/README.md
+++ b/linux/browse/README.md
@@ -3,7 +3,8 @@ Render a subset of Markdown.
 To run:
 
   ```
-  $ ./translate_mu apps/browse.mu
+  $ cd linux
+  $ ./translate browse.mu
   $ ./a.elf __text_file__
   ```