diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2021-08-10 19:55:52 -0700 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2021-08-10 19:55:52 -0700 |
commit | 622d9e401647a6478dae0ca80d7f6a5a34d434c8 (patch) | |
tree | cf0d35360c8989998dbf6ed028eb1fc9099b3f95 | |
parent | 7175cf056a2b2203cf00ebea0eaf4c185f67a609 (diff) | |
download | mu-622d9e401647a6478dae0ca80d7f6a5a34d434c8.tar.gz |
.
-rw-r--r-- | browse-slack/README.md | 4 |
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 ``` |