Skip to content

Commit

Permalink
docs: bunx -> bun x (nuxt#28277)
Browse files Browse the repository at this point in the history
  • Loading branch information
miaobuao authored Jul 23, 2024
1 parent a1c736d commit 00ddd7b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/1.getting-started/12.upgrade.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ pnpm dlx nuxi upgrade
```

```bash [bun]
bunx nuxi upgrade
bun x nuxi upgrade
```

::
Expand Down
2 changes: 1 addition & 1 deletion docs/1.getting-started/2.installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ pnpm dlx nuxi@latest init <project-name>
```

```bash [bun]
bunx nuxi@latest init <project-name>
bun x nuxi@latest init <project-name>
```

::
Expand Down
2 changes: 1 addition & 1 deletion docs/1.getting-started/9.prerendering.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ pnpm dlx nuxi generate
```

```bash [bun]
bunx nuxi generate
bun x nuxi generate
```

::
Expand Down
2 changes: 1 addition & 1 deletion docs/2.guide/3.going-further/3.modules.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
::

Expand Down

0 comments on commit 00ddd7b

Please sign in to comment.