about summary refs log tree commit diff stats
path: root/shell
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2021-07-16 06:13:51 -0700
committerKartik K. Agaram <vc@akkartik.com>2021-07-16 06:13:51 -0700
commitac45f097153afd3a89f43886e4124c5b2c26b98a (patch)
tree42a4e0b82f4301273f0abb0251b30c6473287bae /shell
parentcd9a3fe3ad0253c0c486f740c0ea2f52367a269b (diff)
downloadmu-ac45f097153afd3a89f43886e4124c5b2c26b98a.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 920e6aec..2843d0f1 100644
--- a/shell/README.md
+++ b/shell/README.md
@@ -19,7 +19,7 @@ Currently runs a tiny dialect of Lisp. Steps to run it from the top-level:
 
   ```sh
   dd if=/dev/zero of=data.img count=20160
-  cat shell/data.limg |dd of=data.img conv=notrunc
+  dd if=shell/data.limg of=data.img conv=notrunc
   ```
 
   Run with data disk (and 2GB of RAM):