From aab93d7538fe9835739fd3dc35c6a7af09820ed9 Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Sat, 30 Oct 2021 07:37:05 -0700 Subject: [PATCH] . --- shell/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell/README.md b/shell/README.md index 654ff8d6..3a9cdf3c 100644 --- a/shell/README.md +++ b/shell/README.md @@ -18,7 +18,7 @@ Currently runs a tiny dialect of Lisp. Steps to run it from the top-level: 2. Create a data disk with a library of functions. ```sh - dd if=/dev/zero of=data.img count=20160 + dd if=/dev/zero of=data.img count=20160 # approximately 10MB dd if=shell/data.limg of=data.img conv=notrunc ```