bugfix; thanks Max Bernstein

This commit is contained in:
Kartik Agaram 2021-04-24 07:16:34 -07:00
parent b7224ab44e
commit cb464c9378
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ $ echo '(+ 1 1)' |dd of=data.img conv=notrunc
You can also try one of the files of definitions in this directory (`*.limg`).
```sh
$ cat iter.limg |dd of=data.img conv=notrunc
$ cat iterative-definitions.limg |dd of=data.img conv=notrunc
```
Now run with both code and data disks: