From 8d320d137393d88ada6961dc0781de9054a0c453 Mon Sep 17 00:00:00 2001 From: Miles Johnson Date: Mon, 13 Mar 2023 13:47:57 -0700 Subject: [PATCH] Add install with proto examples. (#2361) --- docs/installation.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/installation.md b/docs/installation.md index e826ace408..e803157a02 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -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: