aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Ashcon Partovi <ashcon@partovi.net> 2023-03-06 14:05:43 -0800
committerGravatar GitHub <noreply@github.com> 2023-03-06 14:05:43 -0800
commit7f715e15cc39ec24cc56f317a2a68b8d5f1bff87 (patch)
tree4f1ff9607e328940b6c1fa64cf83c0b5fc05af1f
parenta512bdad8d5930a008ac1efa631835cb1c1e0d19 (diff)
downloadbun-7f715e15cc39ec24cc56f317a2a68b8d5f1bff87.tar.gz
bun-7f715e15cc39ec24cc56f317a2a68b8d5f1bff87.tar.zst
bun-7f715e15cc39ec24cc56f317a2a68b8d5f1bff87.zip
Fix docker install command
-rw-r--r--docs/installation.md4
1 files changed, 2 insertions, 2 deletions
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 %}