Skip to content

Commit 614d4fd

Browse files
bun-upgrade: add page (#19519)
* bun-upgrade: add page Signed-off-by: Emmanuel Ferdman <[email protected]> * bun-upgrade: add page Signed-off-by: Emmanuel Ferdman <[email protected]> --------- Signed-off-by: Emmanuel Ferdman <[email protected]> Co-authored-by: Sahil Afrid Farookhi <[email protected]>
1 parent db67fd2 commit 614d4fd

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

pages/common/bun-upgrade.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# bun upgrade
2+
3+
> Upgrade Bun to the latest version.
4+
> More information: <https://bun.com/docs/installation#upgrading>.
5+
6+
- Upgrade to the latest stable version:
7+
8+
`bun upgrade`
9+
10+
- Upgrade to the latest canary build:
11+
12+
`bun upgrade --canary`
13+
14+
- Switch back to the latest stable version:
15+
16+
`bun upgrade --stable`

0 commit comments

Comments
 (0)