From 1bbc0167afe2c2f0fcf7e34193aee29c5e8f946b Mon Sep 17 00:00:00 2001 From: hungchihsueh <84211143+hungchihsueh@users.noreply.github.com> Date: Mon, 21 Apr 2025 11:24:14 +0800 Subject: [PATCH] Update getting-started.md fix bun command example from Setup Wizard section --- docs/en/guide/getting-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/guide/getting-started.md b/docs/en/guide/getting-started.md index 01b64a1b..d317e346 100644 --- a/docs/en/guide/getting-started.md +++ b/docs/en/guide/getting-started.md @@ -80,7 +80,7 @@ $ yarn vitepress init ``` ```sh [bun] -$ bun vitepress init +$ bunx vitepress init ``` :::