From 622d9e401647a6478dae0ca80d7f6a5a34d434c8 Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Tue, 10 Aug 2021 19:55:52 -0700 Subject: [PATCH] . --- browse-slack/README.md | 4 ++-- 1 file 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 ```