diff options
author | 2023-09-13 20:43:39 -0700 | |
---|---|---|
committer | 2023-09-13 20:43:39 -0700 | |
commit | c99caccdb2e1bb961b13766ec7ebb9907763e364 (patch) | |
tree | cbc65806656c2b2765666e96a168f5613adf9bb4 /docs/installation.md | |
parent | 22f14129e5f8e0328b200ce3a8573dbd7c9562c4 (diff) | |
download | bun-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.md | 2 |
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 |