docs(cli/bunx): add notice (#2574)

* docs(cli/bunx): add notice bunx alias bun x

* docs: grammar
This commit is contained in:
Jozef Steinhübl
2023-04-07 00:09:20 +02:00
committed by GitHub
parent 2b170c9d13
commit 68670eeb7b

View File

@@ -1,3 +1,7 @@
{% callout %}
**Note**`bunx` is an alias for `bun x`
{% /callout %}
Use `bunx` to auto-install and run packages from `npm`. The `bunx` CLI will be auto-installed when you install `bun`.
```bash