docs: add Bun installation instructions to README (#552)

This commit is contained in:
vivekkoya
2025-07-09 09:28:09 -07:00
committed by GitHub
parent aedd98ddca
commit 2a2dcc0de8
+3
View File
@@ -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: