diff --git a/README.md b/README.md index e446e68..b90b2f1 100644 --- a/README.md +++ b/README.md @@ -17,14 +17,14 @@ - go to where you want your app to be and run `laravel new blog` substituting the name of your app for `blog` - `cd` into your app's dir - run `php artisan serve` -- go to http://localhost:8000/ -- if browser asks you to generate key, click the button ## After Forking/Cloning - `cd` to repo dir - run `composer install` - run `cp .env.example .env` +- go to http://localhost:8000/index.html +- if browser asks you to generate key, click the button ## Connect to db