Update README.md

shift-build-2464
Nadim Salloum 2021-06-15 18:56:59 +00:00 committed by GitHub
parent 7a9dac5c01
commit 06342508b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -5,12 +5,12 @@ Manage Cars, Contacts and Contracts
- Export as Excel
- Print Contracts as PDF
Running on Laravel v8
Running on Laravel 8
## Project Setup
Prequisites:
- (Docker)[https://docker.com] installed and running
- [Docker](https://docker.com) installed and running
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`