Enhance README with user management and syntax update

Updated README to include user, group, and PGP key management information and modified package management syntax.
This commit is contained in:
Kivi Kaitaniemi
2026-02-08 12:06:58 +02:00
committed by GitHub
parent eafe7e7af9
commit 71a7e867ad
+3 -1
View File
@@ -160,6 +160,8 @@ Decman has built-in functionality for managing files and directories. Additional
- [aur](/docs/aur.md) - [aur](/docs/aur.md)
- [flatpak](/docs/flatpak.md) - [flatpak](/docs/flatpak.md)
Additionally management of [users, groups and PGP keys](/docs/extras.md) is provided by built-in modules.
Plugins can be disabled if desired and flatpaks are disabled by default. Plugins can be disabled if desired and flatpaks are disabled by default.
Please read the documentation to understand the functionality of those plugins in detail. Here are quick examples to show what the default plugins are capable of. Please read the documentation to understand the functionality of those plugins in detail. Here are quick examples to show what the default plugins are capable of.
@@ -408,7 +410,7 @@ import decman
if socket.gethostname() == "laptop": if socket.gethostname() == "laptop":
# add brightness controls to your laptop # add brightness controls to your laptop
decman.pacman.packages += ["brightnessctl"] decman.pacman.packages |= {"brightnessctl"}
``` ```
## Alternatives ## Alternatives