about summary refs log tree commit diff stats
path: root/shell
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2021-03-08 21:14:06 -0800
committerKartik K. Agaram <vc@akkartik.com>2021-03-08 21:14:06 -0800
commitfe72699390d8c1c04d6291c3853db2448ff75e32 (patch)
tree7fba5f5daf3b3ff61061f4962fb95b675b64623f /shell
parent38ab33a18d25659486fbf3d85e10c958945cf394 (diff)
downloadmu-fe72699390d8c1c04d6291c3853db2448ff75e32.tar.gz
.
Diffstat (limited to 'shell')
-rw-r--r--shell/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/README.md b/shell/README.md
index 0d083773..7a6600c2 100644
--- a/shell/README.md
+++ b/shell/README.md
@@ -3,7 +3,7 @@
 Currently runs a tiny subset of Lisp. To build and run it from the top-level:
 
 ```sh
-$ ./translate shell/*.mu
+$ ./translate shell/*.mu      # generates disk.img
 $ qemu-system-i386 disk.img
 ```