From 4b58d0cfed0ec70b78766a37f588a96c04b26b31 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Camille=C2=A0Bouvat?= Date: Thu, 31 Aug 2023 17:36:36 +0200 Subject: [PATCH] =?UTF-8?q?feat:=20=F0=9F=93=9D=20Refactor=20initial=20set?= =?UTF-8?q?up=20commands=20in=20README.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 7bd2f4ef..ceb3d5d5 100644 --- a/README.md +++ b/README.md @@ -6,12 +6,13 @@ WIP, new version comming soon ! Clone the project and run the following commands: ```bash -cp .env.example .env -./vendor/bin/sail up -./vendor/bin/sail composer install -./vendor/bin/sail npm install -./vendor/bin/sail artisan migrate -./vendor/bin/sail npm run build +cp .env.example .env +make build +make composer arg=install +make npm arg=install +make artisan arg=key:generate +make artisan arg=migrate +make up ``` When the containers are up, you can access the app at http://localhost