mirror of
https://github.com/oven-sh/bun
synced 2026-02-02 15:08:46 +00:00
Add install with proto examples. (#2361)
This commit is contained in:
@@ -26,6 +26,10 @@ $ docker pull oven/bun
|
||||
$ docker run --rm --init --ulimit memlock=-1:-1 oven/bun
|
||||
```
|
||||
|
||||
```bash#proto
|
||||
$ proto install bun
|
||||
```
|
||||
|
||||
{% /codetabs %}
|
||||
|
||||
## Upgrading
|
||||
@@ -38,6 +42,8 @@ $ bun upgrade
|
||||
|
||||
{% callout %}
|
||||
**Homebrew users** — To avoid conflicts with Homebrew, use `brew upgrade bun` instead.
|
||||
|
||||
**proto users** - Use `proto install bun --pin` instead.
|
||||
{% /callout %}
|
||||
|
||||
Bun automatically releases an (untested) canary build on every commit to `main`. To upgrade to the latest canary build:
|
||||
|
||||
Reference in New Issue
Block a user