mu/browse-slack/README.md

17 lines
367 B
Markdown
Raw Normal View History

2021-08-11 02:55:52 +00:00
To try it out (on Linux; it's unusably slow on other platforms):
2021-08-08 18:15:22 +00:00
1. Import a Slack archive into the data disk by following the instructions at
2021-08-10 22:34:47 +00:00
the top of `browse-slack/convert_slack.py`.
2021-08-08 18:15:22 +00:00
2. Build the code disk.
```
2021-08-10 22:34:47 +00:00
./translate browse-slack/*.mu
2021-08-08 18:15:22 +00:00
```
3. Run the code and data disks:
```
2021-08-11 02:55:52 +00:00
qemu-system-i386 -accel kvm -m 2G -hda code.img -hdb path/to/data.img
2021-08-08 18:15:22 +00:00
```