Update cheatsheets

This commit is contained in:
ivuorinen
2025-11-20 00:20:48 +00:00
parent c80d49f5d0
commit 96cc0e16c6
10 changed files with 189 additions and 22 deletions

21
tldr/bun-upgrade Normal file
View 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`