From 3b6fe2902ce72e1d4e7d0633c48a2c0c7540a872 Mon Sep 17 00:00:00 2001 From: n3vrax Date: Sun, 12 Mar 2017 03:36:12 +0200 Subject: [PATCH] updated readme --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 57a1e949..efa8be9f 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,7 @@ $ composer create-project -s dev dotkernel/dot-frontend . * import the database schema, if you are using mysql, found in `data/dot-frontend.sql` * remove the `.dist` extension of the files `local.php.dist` and `errorhandler.local.php.dist` located in `config/autoload` * edit `local.php` according to your dev machine. Fill in the `database` configuration and a smtp credentials if you want your application to send mails on registration etc. +* get a recaptcha key pair and configure the `local.php` with them * run the following command in your project root dir ```bash $ composer development-enable