DraqueT / PolyGlot

PolyGlot is a conlang construction toolkit.
MIT License
387 stars 44 forks source link

"Download for Linux" is misleading #1207

Closed KSPAtlas closed 1 year ago

KSPAtlas commented 2 years ago

On the page, it says "Download for Linux", yet it downloads a .deb file, which is specifically for Debian Linux and derivatives (Ubuntu, etc). This button should either say "Download for Debian" or PolyGlot should be packaged as an AppImage (an actual universal way to install apps on Linux, used by Balena Etcher and others)

ikeman32 commented 1 year ago

Deb files can be converted to AppImage quite easily. https://appimage.github.io/deb2appimage/

DraqueT commented 1 year ago

@ikeman32 Thanks for posting this solution! I'm adding a link to this app in the Linux Install section of documentation for those that it affects.