This commit is contained in:
Kartik K. Agaram 2021-08-10 19:55:52 -07:00
parent 7175cf056a
commit 622d9e4016
1 changed files with 2 additions and 2 deletions

View File

@ -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
```