From 525c44297668d5f881365b1cefb1ff18171a78ff Mon Sep 17 00:00:00 2001 From: Divyansh Singh <40380293+brc-dd@users.noreply.github.com> Date: Sat, 25 Nov 2023 13:12:32 +0530 Subject: [PATCH] docs: use installed vitepress version in init command --- docs/guide/getting-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guide/getting-started.md b/docs/guide/getting-started.md index b557c7ff..a2541bd4 100644 --- a/docs/guide/getting-started.md +++ b/docs/guide/getting-started.md @@ -68,7 +68,7 @@ $ npx vitepress init ``` ```sh [pnpm] -$ pnpm dlx vitepress init +$ pnpm vitepress init ``` ```sh [bun]