mu/browse_slack
Kartik K. Agaram e72e5ad297 . 2021-08-10 05:52:48 -07:00
..
README.md . 2021-08-08 11:15:22 -07:00
convert_slack.py . 2021-08-10 05:26:10 -07:00
environment.mu . 2021-08-07 22:57:15 -07:00
main.mu . 2021-08-10 05:52:48 -07:00
vimrc.vim . 2021-08-07 22:57:15 -07:00

README.md

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
  1. Run the code and data disks:
qemu-system-i386 -m 2G -hda code.img -hdb path/to/data.img