From 7f715e15cc39ec24cc56f317a2a68b8d5f1bff87 Mon Sep 17 00:00:00 2001 From: Ashcon Partovi Date: Mon, 6 Mar 2023 14:05:43 -0800 Subject: Fix docker install command --- docs/installation.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/installation.md') diff --git a/docs/installation.md b/docs/installation.md index b0cc07456..e826ace40 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -22,8 +22,8 @@ $ brew install bun ``` ```bash#Docker -$ docker pull oven/bun:edge -$ docker run --rm --init --ulimit memlock=-1:-1 oven/bun:edge +$ docker pull oven/bun +$ docker run --rm --init --ulimit memlock=-1:-1 oven/bun ``` {% /codetabs %} -- cgit v1.2.3