Skip to content

Commit

Permalink
chore: add Bun to package install examples (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
kravetsone authored Oct 26, 2024
1 parent b5d9e17 commit 7080403
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/content/docs/quick_setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,11 @@ npm i @verrou/core
pnpm add @verrou/core
```

```sh
// title: bun
bun i @verrou/core
```

```sh
// title: yarn
yarn add @verrou/core
Expand Down

0 comments on commit 7080403

Please sign in to comment.