From fd0dcc4e2a4f6dbd4fa54f956cdb42777763c205 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=9B=E6=9E=97=E6=84=8F=E5=BF=97?= Date: Sun, 7 Apr 2024 21:09:25 +0800 Subject: [PATCH] docs(getting-started.md):Add a space This is a space prompted by the instructions when the bun is runtime, and after the system installs the bun, there is no instruction called bunx but needs 'bun x' to execute normally, so a space is added. --- docs/zh/guide/getting-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/zh/guide/getting-started.md b/docs/zh/guide/getting-started.md index b9b2f268..47ef3389 100644 --- a/docs/zh/guide/getting-started.md +++ b/docs/zh/guide/getting-started.md @@ -72,7 +72,7 @@ $ pnpm vitepress init ``` ```sh [bun] -$ bunx vitepress init +$ bun x vitepress init ``` :::