From db7926cb7f88801a3923d036bc62da339c727785 Mon Sep 17 00:00:00 2001 From: Mateus Riff Date: Sat, 3 Feb 2024 12:14:04 -0300 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1947f3f..8d1b573 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ First, install node.js on your machine if you haven't installed it yet: https://nodejs.org/en/download 1. Clone this repository by doing `git clone https://github.com/robocin/robocin-website.git`; -2. Do `cd robocin-website` to move to the project folder; -3. Install dependencies with `npm install`; +2. Do `cd robocin-website` to move to the project folder; +3. Install dependencies with `npm install --legacy-peer-deps`; 4. Do `npm run dev` to start the application locally; 5. Go to `http://localhost:3000`.