Skip to content

Commit b5eb76f

Browse files
committed
Update README to mention Node v18 requirement and PNPM
1 parent 003470d commit b5eb76f

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,15 @@ Docs are built with:
1313
## Installation
1414

1515
```bash
16-
npm i
16+
pnpm install
1717
```
1818

1919
## Local development
2020

21+
Note that Node 18 is currently required to run this web server successfully.
22+
2123
```
22-
npm run dev
24+
pnpm run dev
2325
```
2426

2527
## Issues

0 commit comments

Comments
 (0)