Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,14 @@ Before installing, ensure you have the required modules for your system version
Recommended for Fedora 40+, Arch Linux, CachyOS, NixOS.

```bash
# Arch: sudo pacman -S qt6-declarative qt6-svg qt6-quickcontrols2
# Fedora: sudo dnf install qt6-qtdeclarative qt6-qtsvg qt6-qtquickcontrols2
# Arch:
sudo pacman -S qt6-declarative qt6-svg qt6-quickcontrols2

# Fedora:
sudo dnf install qt6-qtdeclarative qt6-qtsvg qt6-qtquickcontrols2

# Debian 13/Testing:
sudo apt install libqt6quick6 libqt6qml6 libqt6svg6 libqt6quickcontrols2-6
Comment on lines +44 to +51
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

The 'Recommended for' list on line 41 is now inconsistent with the added commands for Debian. To improve clarity and avoid confusion for users, please consider updating this list to include 'Debian 13/Testing'.

```
</details>

Expand Down