Mention package groups in README.md

This commit is contained in:
Kivi Kaitaniemi
2025-05-01 16:49:06 +03:00
committed by GitHub
parent 47ea816d3f
commit ec19b21244
+2
View File
@@ -144,6 +144,8 @@ decman.aur_packages += ["decman"]
Decman can be used to install pacman packages. Decman will install all packages defined in the source and **remove** all explicitly installed packages not defined in the source. You don't need to list dependencies as those will be handeled by pacman. You can set packages to be ignored by decman, so that it won't install them nor remove them.
Please keep in mind that decman doesn't play well with package groups, since all packages part of that group will be installed explicitly. After the initial run decman will now try to remove those packages since it only knows that the group itself should be explicitly installed. Instead of package groups, use meta packages.
```py
# Include both foreign and pacman packages here.
decman.ignored_packages += ["yay", "opendoas"]