Songbook Buddy — Linux (x86_64)

1. Extract this archive anywhere you like.

2. Run the app from a terminal:
     cd Songbook_Buddy
     chmod +x songbookbuddy   (only needed if your unzip did not preserve permissions)
     ./songbookbuddy

3. Optional — add to your application menu:
     cd Songbook_Buddy
     ./install.sh

4. To remove only the menu entry and copied icons (keeps this folder):
     ./uninstall.sh

Requirements: 64-bit Linux with glibc (typical desktop distributions). GTK and other
libraries are expected as for Flutter Linux desktop apps; see Flutter’s Linux deployment
docs if something fails to start.
