diff options
author | Thomas Lange <code@nerdmind.de> | 2021-07-01 23:56:52 +0200 |
---|---|---|
committer | Thomas Lange <code@nerdmind.de> | 2021-07-01 23:56:52 +0200 |
commit | 3939dc93d0c11438e8a3e44c48aab2f37128eebc (patch) | |
tree | 402cd5b33215a997892d01eda79372e88ebad5d5 | |
parent | 3833c8c19baf519385ebf2fea5c9018a66edb325 (diff) | |
download | blog-3939dc93d0c11438e8a3e44c48aab2f37128eebc.tar.gz blog-3939dc93d0c11438e8a3e44c48aab2f37128eebc.tar.xz blog-3939dc93d0c11438e8a3e44c48aab2f37128eebc.zip |
Add requirements section to readme
-rw-r--r-- | readme.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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>`. |