0
0
Fork 0
mirror of https://github.com/boltgolt/howdy.git synced 2024-09-19 09:51:19 +02:00

docs: improve documentation

This commit is contained in:
MusiKid 2022-01-21 12:11:45 +01:00 committed by musikid
parent 67fc6f4709
commit d91181f772
No known key found for this signature in database
GPG key ID: 7567D43648C6E2F4

View file

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