From fe72699390d8c1c04d6291c3853db2448ff75e32 Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Mon, 8 Mar 2021 21:14:06 -0800 Subject: [PATCH] . --- shell/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ```