From d91181f77218150e7969dc747a4ed4dcc433622b Mon Sep 17 00:00:00 2001 From: MusiKid Date: Fri, 21 Jan 2022 12:11:45 +0100 Subject: [PATCH] docs: improve documentation --- src/pam/README.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) 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: