Skip to content

Commit 670b1d2

Browse files
README: fix install command
1 parent e263ef8 commit 670b1d2

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,11 +52,15 @@ cd react-typescript-todomvc-2022
5252
```
5353

5454
```bash
55-
npm i
55+
npm -g pnpm
5656
```
5757

5858
```bash
59-
npm start
59+
pnpm i
60+
```
61+
62+
```bash
63+
pnpm start
6064
```
6165

6266
after that auto launch todo app on your default browser and code edit ready.

0 commit comments

Comments
 (0)