From 38ab33a18d25659486fbf3d85e10c958945cf394 Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Mon, 8 Mar 2021 21:04:38 -0800 Subject: [PATCH] . --- shell/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/shell/README.md b/shell/README.md index 318fa5e1..0d083773 100644 --- a/shell/README.md +++ b/shell/README.md @@ -2,9 +2,9 @@ Currently runs a tiny subset of Lisp. To build and run it from the top-level: -``` -./translate shell/*.mu -qemu-system-i386 disk.img +```sh +$ ./translate shell/*.mu +$ qemu-system-i386 disk.img ``` You can type in expressions, hit `ctrl-s` to see their results, and hit `Tab`