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