Skip to content

Commit 7080403

Browse files
authored
chore: add Bun to package install examples (#13)
1 parent b5d9e17 commit 7080403

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

docs/content/docs/quick_setup.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,11 @@ npm i @verrou/core
2222
pnpm add @verrou/core
2323
```
2424

25+
```sh
26+
// title: bun
27+
bun i @verrou/core
28+
```
29+
2530
```sh
2631
// title: yarn
2732
yarn add @verrou/core

0 commit comments

Comments
 (0)