README: rewording

This commit is contained in:
Solene Rapenne 2022-05-05 10:48:14 +02:00
parent 53f17d0af8
commit 98fa7603ce
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
Create a file `/etc/pkgset.conf` or files in `/etc/pkgset.conf.d/` listing a package per line, `pkgset` will make sure no extra packages (not counting dependencies) are installed or missing compared to your list.
It does so by marking extra packages as "auto installed" and by installing missing packages, then run `pkg_delete -a` to get ride of unused packages (the one marked as auto installed) if they are not a dependency of another required package.
It does so by marking extra packages as "auto installed" and by installing missing packages, then run `pkg_delete -a` to delete unused packages (the one marked as auto installed) if they are not a dependency of another required package.
# How to install