summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authormsquare <msquare@notrademark.de>2017-11-24 09:33:10 +0100
committermsquare <msquare@notrademark.de>2017-11-24 09:33:10 +0100
commitf58a46603cecebb3737feedc0088091df44412dc (patch)
tree105bc7a9ea9146f08d99d845604a28c25c25bda3 /README.md
parentbb2681a7c818f80b3c8de18d2f0f9a0889d9f731 (diff)
fix readme regarding webserver root dir
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 30c52039..2b61ebe8 100644
--- a/README.md
+++ b/README.md
@@ -17,7 +17,7 @@ Please visit https://engelsystem.de for a feature list.
* Install [Composer](https://getcomposer.org/download/)
* Install project dependencies: `composer install`
* Webserver must have write access to the 'import' directory and read access for all other directories
- * Webserver must be public.
+ * Webserver must point to the public directory.
* Recommended: Directory Listing should be disabled.
* There must a be MySQL database created with a user who has full rights to that database.