Tweak README/release
All checks were successful
CI / test (push) Successful in 4m42s
Lint / test (push) Successful in 30s
Trivy / test (push) Successful in 21s

This commit is contained in:
Miguel Jacq 2025-11-22 20:54:40 +11:00
parent 0960a8587e
commit ab0a9400c9
Signed by: mig5
GPG key ID: 59B3F0C24135C6A9
2 changed files with 2 additions and 1 deletions

View file

@ -72,7 +72,7 @@ report from within the app.
## How to install ## How to install
Make sure you have `libxcb-cursor0` installed (it may be called something else on non-Debian distributions). Make sure you have `libxcb-cursor0` installed (on Debian-based distributions) or `xcb-util-cursor` (RedHat/Fedora-based distributions).
It's also recommended that you have Noto Sans fonts installed, but it's up to you. It just can impact the display of unicode symbols such as checkboxes. It's also recommended that you have Noto Sans fonts installed, but it's up to you. It just can impact the display of unicode symbols such as checkboxes.

View file

@ -9,6 +9,7 @@ poetry build
poetry publish poetry publish
# Make AppImage # Make AppImage
sudo apt-get install libfuse-dev
poetry run pyproject-appimage poetry run pyproject-appimage
mv Bouquin.AppImage dist/ mv Bouquin.AppImage dist/