From 3939dc93d0c11438e8a3e44c48aab2f37128eebc Mon Sep 17 00:00:00 2001 From: Thomas Lange Date: Thu, 1 Jul 2021 23:56:52 +0200 Subject: Add requirements section to readme --- readme.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/readme.md b/readme.md index abf1cdd..7d0d887 100644 --- a/readme.md +++ b/readme.md @@ -9,6 +9,10 @@ Easy blogging application written with PHP7! The application comes with a fullte ## Content editor ![Content editor](https://nmnd.de/file/p/github-blog/admin-template-1.png) +## Requirements +* PHP version `>= 7.3`! +* MariaDB version `>= 10.2.2` or MySQL version `>= 8.0`! + ## Installation 1. Clone the repository to the target directory (usually your *document root*). (Alternatively you also can download a specific release as ZIP archive and extract it to the target destination and skip step 2.) 2. Check out the latest tag (or the tag you wish) by running `git tag -l` and `git checkout `. -- cgit v1.2.3