aboutsummaryrefslogtreecommitdiff
path: root/docs/installation.md
diff options
context:
space:
mode:
authorGravatar Colin McDonnell <colinmcd94@gmail.com> 2023-09-13 20:43:39 -0700
committerGravatar GitHub <noreply@github.com> 2023-09-13 20:43:39 -0700
commitc99caccdb2e1bb961b13766ec7ebb9907763e364 (patch)
treecbc65806656c2b2765666e96a168f5613adf9bb4 /docs/installation.md
parent22f14129e5f8e0328b200ce3a8573dbd7c9562c4 (diff)
downloadbun-c99caccdb2e1bb961b13766ec7ebb9907763e364.tar.gz
bun-c99caccdb2e1bb961b13766ec7ebb9907763e364.tar.zst
bun-c99caccdb2e1bb961b13766ec7ebb9907763e364.zip
More docs & helptext cleanup (#5229)
* wip * Flesh out resolution docs * Polish * More * WIP * WIP * WIP * Document --watch
Diffstat (limited to 'docs/installation.md')
-rw-r--r--docs/installation.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/installation.md b/docs/installation.md
index df4d12cea..c0b823623 100644
--- a/docs/installation.md
+++ b/docs/installation.md
@@ -10,6 +10,8 @@ Bun ships as a single executable that can be installed a few different ways.
```bash#macOS/Linux_(curl)
$ curl -fsSL https://bun.sh/install | bash # for macOS, Linux, and WSL
+# to install a specific version
+$ curl -fsSL https://bun.sh/install | bash -s "bun-v1.0.0"
```
```bash#NPM