From 209326b594989ac8b4006b4cb7a3bbec4a86a5c1 Mon Sep 17 00:00:00 2001 From: Nils Brinkmann Date: Thu, 19 Nov 2015 07:19:06 +0100 Subject: [PATCH] Fixed: Corrected the filename I'm using 0.10.0 and the file is named stikked.php.dist instead of stikked.php.default. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 08ad2b1..56dd917 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ Installation 1. Download stikked from https://github.com/claudehohl/Stikked/tags 2. Create a user and database for Stikked -3. Copy application/config/stikked.php.default to application/config/stikked.php +3. Copy application/config/stikked.php.dist to application/config/stikked.php 4. Edit configuration settings in application/config/stikked.php - everything is described there 5. You're done!