From 47c06bda384e067b60109e17754138c5bce536e1 Mon Sep 17 00:00:00 2001 From: Vamshi krishna Date: Thu, 29 Jun 2023 21:11:52 +0530 Subject: [PATCH] docs: update setup command to use pnpm dlx (#2558) --- 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 1cb8b5b1..954ad2cb 100644 --- a/docs/guide/getting-started.md +++ b/docs/guide/getting-started.md @@ -58,7 +58,7 @@ $ npx vitepress init ``` ```sh [pnpm] -$ pnpm exec vitepress init +$ pnpm dlx vitepress init ``` :::