Skip to content

Commit 47c06bd

Browse files
authored
docs: update setup command to use pnpm dlx (#2558)
1 parent 0c4210b commit 47c06bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guide/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ $ npx vitepress init
5858
```
5959

6060
```sh [pnpm]
61-
$ pnpm exec vitepress init
61+
$ pnpm dlx vitepress init
6262
```
6363

6464
:::

0 commit comments

Comments
 (0)