From 2a2dcc0de83c9f0fe87b3a078aef59cbd52b93fe Mon Sep 17 00:00:00 2001 From: vivekkoya <67130044+vivekkoya@users.noreply.github.com> Date: Wed, 9 Jul 2025 09:28:09 -0700 Subject: [PATCH] docs: add Bun installation instructions to README (#552) --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index e213fab..82b20d0 100644 --- a/README.md +++ b/README.md @@ -108,6 +108,9 @@ npm create astro@latest -- --template satnaing/astro-paper # yarn yarn create astro --template satnaing/astro-paper + +# bun +bun create astro@latest -- --template satnaing/astro-paper ``` Then start the project by running the following commands: