Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 822 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 822 Bytes

Tested with Crystal 1.5.0 on macOS 12.4

Running this project

  1. Ensure your Terminal has Full Disk Access, since this app will try to open system files.
  2. Run crystal run src/app.cr.

If you run into a ld: library not found for -lssl error while compiling, try this

Contributing

  1. Fork it ( https://github.com/feifanzhou/messages_browser/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

Contributors