summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md
index 2255372..80c9d54 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,9 @@
# cflip.net forums
The source code to my first PHP project, a forum system.
+## Requirements
+This project requires PHP 7.0 or newer
+
## Setup
- Create a `config.ini` file and put your MySQL credentials in (see `config.example.ini`)
- `setup.sql` has the SQL script to set up your database.