Skip to content

Commit b180a9e

Browse files
authored
docs: update pnpm install command to match new behavior
x-ref: #2670, pnpm/pnpm#6463
1 parent 916fa5b commit b180a9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guide/getting-started.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ $ npm install -D vitepress
2222
```
2323

2424
```sh [pnpm]
25-
$ pnpm add -D vitepress
25+
$ pnpm add -D vitepress@latest
2626
```
2727

2828
```sh [yarn]

0 commit comments

Comments
 (0)