diff --git a/README.md b/README.md index fdd2d3d..bf6a37b 100644 --- a/README.md +++ b/README.md @@ -30,14 +30,14 @@ First of all, keep in mind that the ThreadR Forum Engine is still in early devel For now, the only way to set up an instance is doing it the manual way; automatic setup will be added in the future. This setup guide is assuming that you are on a UNIX-like system and have the following already installed and set up properly: -- Apache with PHP +- Apache with PHP (will most likely also work on other web servers) - MySQL or MariaDB - Python 2 (Will be changed to Python 3 soon. If Python 2 complains about shit, it's safe to assume that someone forgot to update this.) - Bash Installation: -- To install ThreadR Forum Engine, clone this repository into a directory that the web server has access to but that it outside of any web root. +- To install the ThreadR Forum Engine, clone this repository into a directory that the web server has access to but that it outside of any web root. - Symlink the directory `threadr/` to your desired location on the web root. - Optionally symlink the file `default.html` to all places that you want to redirect to your ThreadR instance. - Add a database to your MySQL/MariaDB server that contains the tables shown below.