diff --git a/docs/en/guide/getting-started.md b/docs/en/guide/getting-started.md index 7a023895..379a0242 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 ``` ::: @@ -198,7 +198,7 @@ $ yarn vitepress dev docs ``` ```sh [bun] -$ bun vitepress dev docs +$ bunx vitepress dev docs ``` :::