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

Fix typo in build instructions

Signed-off-by: MusiKid <musikid@outlook.com>
This commit is contained in:
MusiKid 2021-03-15 19:12:17 +01:00 committed by musikid
parent 50d52ec423
commit 322899dfaa
No known key found for this signature in database
GPG key ID: 7567D43648C6E2F4

View file

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