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-10 19:55:52 -0700
committerKartik K. Agaram <vc@akkartik.com>2021-08-10 19:55:52 -0700
commit622d9e401647a6478dae0ca80d7f6a5a34d434c8 (patch)
treecf0d35360c8989998dbf6ed028eb1fc9099b3f95 /browse-slack/README.md
parent7175cf056a2b2203cf00ebea0eaf4c185f67a609 (diff)
downloadmu-622d9e401647a6478dae0ca80d7f6a5a34d434c8.tar.gz
.
Diffstat (limited to 'browse-slack/README.md')
-rw-r--r--browse-slack/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/browse-slack/README.md b/browse-slack/README.md
index 0cca1719..bcbfc7ec 100644
--- a/browse-slack/README.md
+++ b/browse-slack/README.md
@@ -1,4 +1,4 @@
-To try it out:
+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`.
@@ -12,5 +12,5 @@ To try it out:
 3. Run the code and data disks:
 
 ```
-qemu-system-i386 -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
 ```