aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md14
1 files changed, 14 insertions, 0 deletions
diff --git a/README.md b/README.md
index e777b67b8..748ac0128 100644
--- a/README.md
+++ b/README.md
@@ -38,6 +38,20 @@ docker run --rm --init --ulimit memlock=-1:-1 jarredsumner/bun:edge
If using Linux, kernel version 5.6 or higher is strongly recommended, but the minimum is 5.1.
+## Upgrade
+
+To upgrade to the latest version of Bun, run:
+
+```sh
+bun upgrade
+```
+
+Bun automatically releases a canary build on every commit to `main`. To upgrade to the latest canary build, run:
+
+```sh
+bun upgrade --canary
+```
+
## Table of Contents
- [Install](#install)