mdown 1.2.0 - lightweight markdown viewer (Linux x86_64)

Run:
    ./mdown [file.md ...]

Everything needed is in this folder (SDL3 + fonts bundled). Keep the files
together; the binary loads its fonts and libraries from this directory.

Install for your user (no root) - adds a menu entry, icon, and makes mdown
the default opener for Markdown files:
    ./install.sh

Undo it:
    ./uninstall.sh
