From fd74b2d8cb56166098c36bf102d6321ee4f1c425 Mon Sep 17 00:00:00 2001 From: Nadim Salloum Date: Tue, 15 Jun 2021 18:58:04 +0000 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index da2b953..4536e97 100644 --- a/README.md +++ b/README.md @@ -9,9 +9,10 @@ Running on Laravel 8 ## Project Setup -Prequisites: +Prerequisites: - [Docker](https://docker.com) installed and running +Steps: 1. copy .env.example to .env 2. start app by running `./vendor/bin/sail up` inside the main directory (or configure a bash alias: `alias sail='bash vendor/bin/sail'`) then you can use `sail up` 3. Run migrations and seed db: `sail php artisan migrate:fresh --seed`