From b1ce4d1dd61af89bb13c31625198370994666948 Mon Sep 17 00:00:00 2001 From: Minsoo Choo Date: Tue, 15 Oct 2024 21:43:46 -0400 Subject: [PATCH] Fix init command on bun --- 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 7a023895..a12785d0 100644 --- a/docs/en/guide/getting-started.md +++ b/docs/en/guide/getting-started.md @@ -34,7 +34,7 @@ $ yarn add -D vitepress vue ``` ```sh [bun] -$ bun add -D vitepress +$ bunx add -D vitepress ``` :::