aboutsummaryrefslogtreecommitdiff
path: root/docs/cli
diff options
context:
space:
mode:
Diffstat (limited to 'docs/cli')
-rw-r--r--docs/cli/bunx.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/cli/bunx.md b/docs/cli/bunx.md
index 2949a0011..0e6787fc1 100644
--- a/docs/cli/bunx.md
+++ b/docs/cli/bunx.md
@@ -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