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

Fix the build instructions

Signed-off-by: MusiKid <musikid@outlook.com>
This commit is contained in:
MusiKid 2021-01-17 17:33:47 +01:00 committed by musikid
parent 609b8e99df
commit beee0590ed
No known key found for this signature in database
GPG key ID: 7567D43648C6E2F4

View file

@ -1,8 +1,9 @@
# Howdy PAM module
## Build
## Building (for now)
```sh
meson setup --wipe build -Dinih:with_INIReader=true
meson setup build -Dinih:with_INIReader=true
meson compile build
sudo mv build/libpam_howdy.so /lib/security/
```