diff --git a/src/pam/README.md b/src/pam/README.md index d8a3b53..0a3b0d6 100644 --- a/src/pam/README.md +++ b/src/pam/README.md @@ -2,10 +2,8 @@ ## Prepare -Howdy PAM module depends on `INIReader`. - -If you are building a distro package, -there is a list for it below: +This module depends on `INIReader`. +It can be installed with these packages: ``` Arch Linux - libinih @@ -14,6 +12,9 @@ Fedora - inih-devel OpenSUSE - inih ``` +If your distribution doesn't provide `INIReader`, +it will be automatically pulled from the latest git version. + ## Build ``` sh @@ -24,7 +25,7 @@ meson compile -C build ## Install ``` sh -sudo meson install -C build +meson install -C build ``` Change PAM config line to: