From ee6268431dd91f75704d7730f93b72515459f489 Mon Sep 17 00:00:00 2001 From: Tobias Herre Date: Fri, 18 Sep 2020 12:46:41 +0000 Subject: [PATCH] Update 'README.md' More detailed install instructions --- README.md | 22 +++++++++++++++------- 1 file changed, 15 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index f84c620..52ecabd 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,16 @@ -INSTALL +# KAFreom -pdftk -php-session -php-json -php-openssl -php-ctype -php-filter +## INSTALL + +Install the following programs and PHP modules: + +* pdftk +* php-session +* php-json +* php-openssl +* php-ctype +* php-filter + +Copy **config.sample.php** to **config.php**, and edit **config.php** to your needs. + +Tha's it.