aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Jozef Steinhübl <generalkubo@gmail.com> 2023-04-07 00:09:20 +0200
committerGravatar GitHub <noreply@github.com> 2023-04-06 15:09:20 -0700
commit68670eeb7b5d55e257e536d102009cc1e5b11631 (patch)
treed7b3fa466749204810da68db9cbc29e660b1422d
parent2b170c9d135930f80fa86dc2f92120a70c2720d9 (diff)
downloadbun-68670eeb7b5d55e257e536d102009cc1e5b11631.tar.gz
bun-68670eeb7b5d55e257e536d102009cc1e5b11631.tar.zst
bun-68670eeb7b5d55e257e536d102009cc1e5b11631.zip
docs(cli/bunx): add notice (#2574)
* docs(cli/bunx): add notice bunx alias bun x * docs: grammar
-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