docs: `bunx` -> `bun x` (#28277)

This commit is contained in:
Meo 2024-07-24 04:09:05 +08:00 committed by Daniel Roe
parent f868266074
commit fd696ca9e9
No known key found for this signature in database
GPG Key ID: CBC814C393D93268
4 changed files with 4 additions and 4 deletions

View File

@ -26,7 +26,7 @@ pnpm dlx nuxi upgrade
``` ```
```bash [bun] ```bash [bun]
bunx nuxi upgrade bun x nuxi upgrade
``` ```
:: ::

View File

@ -50,7 +50,7 @@ pnpm dlx nuxi@latest init <project-name>
``` ```
```bash [bun] ```bash [bun]
bunx nuxi@latest init <project-name> bun x nuxi@latest init <project-name>
``` ```
:: ::

View File

@ -29,7 +29,7 @@ pnpm dlx nuxi generate
``` ```
```bash [bun] ```bash [bun]
bunx nuxi generate bun x nuxi generate
``` ```
:: ::

View File

@ -28,7 +28,7 @@ pnpm dlx nuxi init -t module my-module
``` ```
```bash [bun] ```bash [bun]
bunx nuxi init -t module my-module bun x nuxi init -t module my-module
``` ```
:: ::