mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-07 13:57:17 +00:00
Update cheatsheets
This commit is contained in:
21
tldr/bun-upgrade
Normal file
21
tldr/bun-upgrade
Normal file
@@ -0,0 +1,21 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, common]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# bun upgrade
|
||||
|
||||
> Upgrade Bun to the latest version.
|
||||
> More information: <https://bun.com/docs/installation#upgrading>.
|
||||
|
||||
- Upgrade to the latest stable version:
|
||||
|
||||
`bun upgrade`
|
||||
|
||||
- Upgrade to the latest canary build:
|
||||
|
||||
`bun upgrade --canary`
|
||||
|
||||
- Switch back to the latest stable version:
|
||||
|
||||
`bun upgrade --stable`
|
||||
Reference in New Issue
Block a user