1
0
mirror of https://github.com/til-schneider/slim-wiki.git synced 2025-07-31 13:50:24 +02:00

Fixed typo: config.php instead of config.xml

This commit is contained in:
til-schneider
2016-04-30 10:35:25 +02:00
parent cb9ef0e4c9
commit d81da7a120
2 changed files with 2 additions and 2 deletions

View File

@@ -17,7 +17,7 @@ Installation:
1. [Download](https://github.com/til-schneider/slim-wiki/releases/latest) the latest `slim-wiki.zip`.
2. Extract the zip and put the contents on your webspace.
3. Create a `config.xml` (copy and adjust the example).
3. Create a `config.php` (copy and adjust the example).
4. Give write permissions to the server for the directory `data` (including subdirectories and files).

View File

@@ -67,7 +67,7 @@ Build a release zip:
1. Build the project (see above).
2. Copy the contents of the `dist` directory to your webspace.
3. Create a `config.xml` (copy and adjust the example).
3. Create a `config.php` (copy and adjust the example).
4. Give write permissions to the server for the directory `data` (including subdirectories and files).