mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-01-26 11:33:59 +00:00
22 lines
400 B
Plaintext
22 lines
400 B
Plaintext
---
|
|
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`
|