From 236fa503fb09e6425058ed72985ca5116d75e5e6 Mon Sep 17 00:00:00 2001 From: Matthias Guillitte Date: Mon, 23 Mar 2026 13:57:02 +0100 Subject: [PATCH] Fix setup command --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 61bea38..c64f9e7 100644 --- a/README.md +++ b/README.md @@ -23,10 +23,10 @@ Using Laravel and Vue JS 3. NodeJs (Node + NPM) -2. Install dependencies +2. Setup project and install dependencies ```shell -composer install +composer run setup ``` ## Running the project