FeedIco Linux client — portable layout
=====================================

This archive mirrors the install tree. Pick one:

A) Quick run (current user only, no menu icon):
   ./run.sh

B) System install (requires root): copy tree to / and install deps from your distro.

   Debian/Ubuntu packages:
     sudo apt install python3 python3-pyqt6 python3-pymysql python3-keyring

   Fedora / RHEL:
     sudo dnf install python3 python3-pyqt6 python3-pymysql python3-keyring

   Arch:
     sudo pacman -S python python-pyqt6 python-pymysql python-keyring

   Then:
     sudo bash packaging/feedico-install-into.sh /
     (or run the equivalent copy commands from packaging/feedico-install-into.sh)

The .deb release and this portable archive use the same install layout (see packaging/).
