Skip to content

Commit 2a2dcc0

Browse files
authored
docs: add Bun installation instructions to README (#552)
1 parent aedd98d commit 2a2dcc0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,9 @@ npm create astro@latest -- --template satnaing/astro-paper
108108

109109
# yarn
110110
yarn create astro --template satnaing/astro-paper
111+
112+
# bun
113+
bun create astro@latest -- --template satnaing/astro-paper
111114
```
112115

113116
Then start the project by running the following commands:

0 commit comments

Comments
 (0)