diff --git a/docs/1.getting-started/2.installation.md b/docs/1.getting-started/2.installation.md index 4abe89a93b..715e0b8f1f 100644 --- a/docs/1.getting-started/2.installation.md +++ b/docs/1.getting-started/2.installation.md @@ -91,6 +91,9 @@ pnpm dev -o ```bash [bun] bun run dev -o + +# To use the Bun runtime during development +# bun --bun run dev -o ``` ::