Update build instructions

This commit is contained in:
Nadim Kobeissi
2023-05-17 15:30:32 +02:00
parent 7aac01cca1
commit 6a69449e43
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ You can use this example as a seed for a new project.
Try out the chat app by running:
```
npm install
npm install --legacy-peer-deps
npm start
```
@@ -15,7 +15,7 @@ You can use this example as a seed for a new project, and it uses:
Try out the chat app by running:
```
npm install
npm install --legacy-peer-deps
npm start
```