From f074bcaa0a21628ac1444728b69f7ca3203ce800 Mon Sep 17 00:00:00 2001 From: Max Date: Sat, 10 Feb 2024 12:18:21 +0700 Subject: [PATCH] docs: pnpx instead of pnpm for the setup wizard --- docs/guide/getting-started.md | 2 +- docs/zh/guide/getting-started.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/guide/getting-started.md b/docs/guide/getting-started.md index a2541bd4..0b2e34c5 100644 --- a/docs/guide/getting-started.md +++ b/docs/guide/getting-started.md @@ -68,7 +68,7 @@ $ npx vitepress init ``` ```sh [pnpm] -$ pnpm vitepress init +$ pnpx vitepress init ``` ```sh [bun] diff --git a/docs/zh/guide/getting-started.md b/docs/zh/guide/getting-started.md index b9b2f268..ed1409c0 100644 --- a/docs/zh/guide/getting-started.md +++ b/docs/zh/guide/getting-started.md @@ -68,7 +68,7 @@ $ npx vitepress init ``` ```sh [pnpm] -$ pnpm vitepress init +$ pnpx vitepress init ``` ```sh [bun]