From cb87b16e28a158934b7b3036ef2cf13247164caf Mon Sep 17 00:00:00 2001 From: Nick Peelman Date: Wed, 27 Nov 2013 19:22:04 -0500 Subject: [PATCH] its code, not a block quote... i are stupid. --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 3cc1418540..01087d819c 100644 --- a/README.md +++ b/README.md @@ -61,8 +61,8 @@ Forgetting to do this can mean your DB might end up out of sync with the new fil Create a database and update the file `app/config/database.php.example` with your database name and credentials, then rename the file to `database.php` -> `nano app/config/database.php.example` -> `mv app/config/database.php.example app/config/database.php` + nano app/config/database.php.example + mv app/config/database.php.example app/config/database.php ----- @@ -70,8 +70,8 @@ Create a database and update the file `app/config/database.php.example` with you Now, you need to setup your mail settings by opening and updating the following file `app/config/mail.php.example`, then rename it to `mail.php` -> `nano app/config/mail.php.example` -> `mv app/config/mail.php.example app/config/mail.php` + nano app/config/mail.php.example + mv app/config/mail.php.example app/config/mail.php This will be used to send emails to your users, when they register and they request a password reset.