TradeGrub - Linux Desktop App
=============================

WHAT THIS IS
TradeGrub as a native Linux desktop app - it opens in its own window,
no browser needed. An internet connection is required.

This zip contains TWO formats - use whichever suits you.


--------------------------------------------------------------------
OPTION 1:  AppImage   (no install - just run)
--------------------------------------------------------------------
1. Make it executable:

     chmod +x TradeGrub-1.0.0.AppImage

2. Run it:

     ./TradeGrub-1.0.0.AppImage

If it will not start, your system may be missing FUSE - run it
this way instead (no FUSE needed):

     ./TradeGrub-1.0.0.AppImage --appimage-extract-and-run


--------------------------------------------------------------------
OPTION 2:  .deb package   (install on Debian / Ubuntu / Mint)
--------------------------------------------------------------------
Install (dependencies are pulled in automatically):

     sudo apt install ./tradegrub-desktop_1.0.0_amd64.deb

Then launch "TradeGrub" from your applications menu, or run:

     tradegrub-desktop

To uninstall:

     sudo apt remove tradegrub-desktop


SYSTEM REQUIREMENTS
- 64-bit Linux (x86_64) with a desktop environment
- Internet connection

NOTE
Linux apps are not code-signed the way Windows apps are, so there is
no "unknown publisher" warning to worry about here.

Version 1.0.0
