about summary refs log blame commit diff stats
path: root/browse_slack/README.md
blob: ba0df8961c4ae149e14f016228c8fb2917359a95 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16















                                                                             
To try it out:

1. Import a Slack archive into the data disk by following the instructions at
   the top of `browse_slack/convert_slack.py`.

2. Build the code disk.

```
./translate browse_slack/*.mu
```

3. Run the code and data disks:

```
qemu-system-i386 -m 2G -hda code.img -hdb path/to/data.img
```