From 8ba68a6dcae3e23d35388f38d0b2936afe530771 Mon Sep 17 00:00:00 2001 From: Grzegorz Blach Date: Thu, 25 Feb 2021 22:46:01 +0100 Subject: [PATCH] Add CentOS to supported systems --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5013fb2..fa7d3d4 100644 --- a/README.md +++ b/README.md @@ -34,8 +34,8 @@ Installation on Debian / Ubuntu 4. Install (and edit) pam rules: __cp pam.d/please.Debian /etc/pam.d/please__ -Installation on Fedora ----------------------- +Installation on Fedora / CentOS +------------------------------- 1. Install git, compiler and pam-devel: __dnf install git gcc pam-devel__ 2. Clone repository: __git clone https://github.com/gblach/please.git__ 3. Build and install: __make && make install__