aboutsummaryrefslogtreecommitdiffstats
path: root/readme.md
diff options
context:
space:
mode:
authorThomas Lange <code@nerdmind.de>2021-07-01 23:56:52 +0200
committerThomas Lange <code@nerdmind.de>2021-07-01 23:56:52 +0200
commit3939dc93d0c11438e8a3e44c48aab2f37128eebc (patch)
tree402cd5b33215a997892d01eda79372e88ebad5d5 /readme.md
parent3833c8c19baf519385ebf2fea5c9018a66edb325 (diff)
downloadblog-3939dc93d0c11438e8a3e44c48aab2f37128eebc.tar.gz
blog-3939dc93d0c11438e8a3e44c48aab2f37128eebc.tar.xz
blog-3939dc93d0c11438e8a3e44c48aab2f37128eebc.zip
Add requirements section to readme
Diffstat (limited to 'readme.md')
-rw-r--r--readme.md4
1 files changed, 4 insertions, 0 deletions
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 <tag>`.