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`.