summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorcflip <36554078+cflip@users.noreply.github.com>2021-04-17 17:13:41 -0600
committercflip <36554078+cflip@users.noreply.github.com>2021-04-17 17:13:41 -0600
commit0b045d57b2164b5ce003955d79627ae506a153eb (patch)
tree87caa1a7c232140313ed5eec8ba8ef88409fab83 /README.md
parente0cbb459e043e931d7ab2d27744b4f3dbb90c0ca (diff)
Change location of config file
The config has been moved inside the project dir and .gitignored. This makes the project work on Windows because Windows does not have a /var directory.
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index 29c11a2..2255372 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,6 @@
# cflip.net forums
The source code to my first PHP project, a forum system.
-The `setup.sql` should set up the database correctly.
+## 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.