From 320285ae401ffd7da9c24e041dc49275d7a69364 Mon Sep 17 00:00:00 2001 From: Matt Huntington Date: Fri, 9 Oct 2020 17:18:57 -0400 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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