From afb5936217b514ab7f48e16886daae03e55d0ac3 Mon Sep 17 00:00:00 2001 From: Salman Kavanur Date: Tue, 23 Jan 2024 09:43:34 +0530 Subject: [PATCH] Update README.md --- README.md | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index acc4146..3bbb3f5 100644 --- a/README.md +++ b/README.md @@ -76,19 +76,13 @@ Follow the steps below to set up and run the project on your local machine. composer install ``` -4. Install Node.js dependencies: - - ```bash - npm install - ``` - -5. Create a copy of the `.env.example` file: +4. Create a copy of the `.env.example` file: ```bash cp .env.example .env ``` -6. Generate the application key: +5. Generate the application key: ```bash php artisan key:generate