diff options
author | 2023-09-23 23:56:03 +0700 | |
---|---|---|
committer | 2023-09-23 09:56:03 -0700 | |
commit | 93f1d910834abc7ea0b8cd3d74d7ee1657d6adb5 (patch) | |
tree | 2beb4f01c0fb5b7ee55e41412747f9f3726f65b6 /docs | |
parent | ec0e931e9f7934f4f1f7617eac2a880d13794d0c (diff) | |
download | bun-93f1d910834abc7ea0b8cd3d74d7ee1657d6adb5.tar.gz bun-93f1d910834abc7ea0b8cd3d74d7ee1657d6adb5.tar.zst bun-93f1d910834abc7ea0b8cd3d74d7ee1657d6adb5.zip |
Update installation.md (#5968)
* Update installation.md
Adding notes for users that currently use canary version and want to switch back to stable version.
* Upadte
---------
Co-authored-by: Colin McDonnell <colinmcd94@gmail.com>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/installation.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/installation.md b/docs/installation.md index b055a2617..6ff29f2a3 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -70,6 +70,10 @@ $ bun upgrade --canary [View canary build](https://github.com/oven-sh/bun/releases/tag/canary) +{% callout %} +**Note** — To switch back to a stable release from canary, run `bun upgrade` again with no flags. +{% /callout %} + <!-- ## Native |