From 6eba05e2e2c7f2266576aa6f29bcda843f09faec Mon Sep 17 00:00:00 2001 From: Christian Torres Date: Wed, 24 Jul 2019 01:28:36 -0600 Subject: [PATCH] Improvements to README.md --- README.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0ab912b..8f1fdaf 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,10 @@ by @chrux chtorrez@gmail.com ## Instalation 1. copy .env.example file into .env -2. enter the `DB_` constants info -3. run `php artisan key:generate` to generate the application key -4. run `php artisan migrate` to create the database \ No newline at end of file +2. edit .env file and change the `DB_` constants info as required +3. run `composer install` to install the dependencies +4. run `php artisan key:generate` to generate the application key +5. run `php artisan migrate` to create the database +6. run `yarn` +7. run `yarn dev` +8. run the app `php artisan serve` \ No newline at end of file