about summary refs log tree commit diff stats
path: root/browse-slack/README.md
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2021-08-12 11:25:37 -0700
committerKartik K. Agaram <vc@akkartik.com>2021-08-12 11:25:37 -0700
commit4a3258f9d38a47fa8576b713aa4e233c6ac2e87b (patch)
tree6290233daccf624b8aafbc734c319d34538426f8 /browse-slack/README.md
parentfaf242c49860ba627d0ea4b6af9d4ae0b76e03ba (diff)
downloadmu-4a3258f9d38a47fa8576b713aa4e233c6ac2e87b.tar.gz
.
Diffstat (limited to 'browse-slack/README.md')
-rw-r--r--browse-slack/README.md19
1 files changed, 11 insertions, 8 deletions
diff --git a/browse-slack/README.md b/browse-slack/README.md
index bcbfc7ec..2d585c31 100644
--- a/browse-slack/README.md
+++ b/browse-slack/README.md
@@ -3,14 +3,17 @@ To try it out (on Linux; it's unusably slow on other platforms):
 1. Import a Slack archive into the data disk by following the instructions at
    the top of `browse-slack/convert_slack.py`.
 
-2. Build the code disk.
+   There's also a test disk image you can try out by running:
+   ```
+   tools/image-data 10 < browse-slack/test_data
+   ```
 
-```
-./translate browse-slack/*.mu
-```
+2. Build the code disk.
+   ```
+   ./translate browse-slack/*.mu
+   ```
 
 3. Run the code and data disks:
-
-```
-qemu-system-i386 -accel kvm -m 2G -hda code.img -hdb path/to/data.img
-```
+   ```
+   qemu-system-i386 -accel kvm -m 2G -hda code.img -hdb path/to/data.img
+   ```