about summary refs log tree commit diff stats
path: root/browse_slack/README.md
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2021-08-08 11:15:22 -0700
committerKartik K. Agaram <vc@akkartik.com>2021-08-08 11:15:22 -0700
commit7784855c18d55026dd841454dd89db03370680e1 (patch)
treee3b91fb1088a53c49ee57fc59ac57df51a91068e /browse_slack/README.md
parentb67270e171f1adaa7940ed0249eef4f4c5813ae5 (diff)
downloadmu-7784855c18d55026dd841454dd89db03370680e1.tar.gz
.
Diffstat (limited to 'browse_slack/README.md')
-rw-r--r--browse_slack/README.md16
1 files changed, 16 insertions, 0 deletions
diff --git a/browse_slack/README.md b/browse_slack/README.md
new file mode 100644
index 00000000..ba0df896
--- /dev/null
+++ b/browse_slack/README.md
@@ -0,0 +1,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
+```