From 00ddd7bdaca2512ccde75dc8ddf59df78ffd19f7 Mon Sep 17 00:00:00 2001 From: Meo Date: Wed, 24 Jul 2024 04:09:05 +0800 Subject: [PATCH] docs: `bunx` -> `bun x` (#28277) --- docs/1.getting-started/12.upgrade.md | 2 +- docs/1.getting-started/2.installation.md | 2 +- docs/1.getting-started/9.prerendering.md | 2 +- docs/2.guide/3.going-further/3.modules.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/1.getting-started/12.upgrade.md b/docs/1.getting-started/12.upgrade.md index b68bcdf2f5..7c34d17eec 100644 --- a/docs/1.getting-started/12.upgrade.md +++ b/docs/1.getting-started/12.upgrade.md @@ -26,7 +26,7 @@ pnpm dlx nuxi upgrade ``` ```bash [bun] -bunx nuxi upgrade +bun x nuxi upgrade ``` :: diff --git a/docs/1.getting-started/2.installation.md b/docs/1.getting-started/2.installation.md index 32e8eb7f29..aa5c451415 100644 --- a/docs/1.getting-started/2.installation.md +++ b/docs/1.getting-started/2.installation.md @@ -50,7 +50,7 @@ pnpm dlx nuxi@latest init ``` ```bash [bun] -bunx nuxi@latest init +bun x nuxi@latest init ``` :: diff --git a/docs/1.getting-started/9.prerendering.md b/docs/1.getting-started/9.prerendering.md index e4c9cff5d3..31f1f7311f 100644 --- a/docs/1.getting-started/9.prerendering.md +++ b/docs/1.getting-started/9.prerendering.md @@ -29,7 +29,7 @@ pnpm dlx nuxi generate ``` ```bash [bun] -bunx nuxi generate +bun x nuxi generate ``` :: diff --git a/docs/2.guide/3.going-further/3.modules.md b/docs/2.guide/3.going-further/3.modules.md index 74fd0127e8..2094748e1c 100644 --- a/docs/2.guide/3.going-further/3.modules.md +++ b/docs/2.guide/3.going-further/3.modules.md @@ -28,7 +28,7 @@ pnpm dlx nuxi init -t module my-module ``` ```bash [bun] -bunx nuxi init -t module my-module +bun x nuxi init -t module my-module ``` ::